Autopkgtest for python3-vcr now fail in eoan release

Bug #1847624 reported by Łukasz Zemczak
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
vcr.py (Ubuntu)
New
Undecided
Unassigned

Bug Description

Tests started failing recently, unrelated to any vcr.py uploads. Failure for all arches:

=================================== FAILURES ===================================
_____________________________ test_post_file[http] _____________________________

tmpdir = local('/tmp/pytest-of-ubuntu/pytest-0/test_post_file_http_0')
httpbin_both = <pytest_httpbin.serve.Server object at 0x7af6e7aaa4d0>

    def test_post_file(tmpdir, httpbin_both):
        '''Ensure that we handle posting a file.'''
        url = httpbin_both + '/post'
> with vcr.use_cassette(str(tmpdir.join('post_file.yaml'))) as cass, open('tox.ini') as f:
E FileNotFoundError: [Errno 2] No such file or directory: 'tox.ini'

tests/integration/test_requests.py:257: FileNotFoundError

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.