diff options
author | Sam James <sam@gentoo.org> | 2023-06-27 07:43:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-27 07:43:27 +0100 |
commit | d65f31411698c225fba07c7c45da1e81eb8c1acb (patch) | |
tree | 74b6d66ebd736b69dc79fb341832861d4cb136c8 /dev-python/vcrpy | |
parent | dev-python/typing-extensions: Stabilize 4.6.3 ALLARCHES, #909272 (diff) | |
download | gentoo-d65f31411698c225fba07c7c45da1e81eb8c1acb.tar.gz gentoo-d65f31411698c225fba07c7c45da1e81eb8c1acb.tar.bz2 gentoo-d65f31411698c225fba07c7c45da1e81eb8c1acb.zip |
dev-python/vcrpy: fix WhitespaceFound
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/vcrpy')
-rw-r--r-- | dev-python/vcrpy/vcrpy-4.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/vcrpy/vcrpy-4.3.0.ebuild b/dev-python/vcrpy/vcrpy-4.3.0.ebuild index 619447a5d035..c79ba759c2f7 100644 --- a/dev-python/vcrpy/vcrpy-4.3.0.ebuild +++ b/dev-python/vcrpy/vcrpy-4.3.0.ebuild @@ -47,7 +47,7 @@ python_test() { tests/integration/test_boto.py tests/integration/test_httplib2.py::test_effective_url tests/integration/test_httpx.py - tests/integration/test_record_mode.py::test_new_episodes_record_mode_two_times + tests/integration/test_record_mode.py::test_new_episodes_record_mode_two_times tests/integration/test_urllib2.py tests/integration/test_urllib3.py::test_redirects tests/integration/test_wild.py::test_amazon_doctype |