diff options
author | Vitiko <[email protected]> | 2021-11-30 17:49:28 -0400 |
---|---|---|
committer | Vitiko <[email protected]> | 2021-11-30 17:49:28 -0400 |
commit | 5fc93bcb1da809c129afb6a1f7e16b0a4c9f4d2f (patch) | |
tree | fb34d2c6b88fc082219e59ea2cc0d4bc6547abdc /dev-requirements.txt | |
parent | d2bbc479bcf7044d5f6a1c435adac161a29112fb (diff) | |
download | bazarr-5fc93bcb1da809c129afb6a1f7e16b0a4c9f4d2f.tar.gz bazarr-5fc93bcb1da809c129afb6a1f7e16b0a4c9f4d2f.zip |
Update tests
Assrt provider tests were removed as they are not compatible with
the latest "subliminal_patch" updates.
For convenience, I've added a test submodule called "subliminal_patch"
where we can test providers separately.
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r-- | dev-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index e812f80b9..9ba4733a1 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,3 +4,4 @@ pytest pytest-pep8 pytest-flakes pytest-cov +pytest-vcr |