Skip to content

Commit

Permalink
Cleanup unit test dependencies (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler authored Dec 6, 2021
1 parent 686d426 commit f336bd7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
17 changes: 6 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
zope.testbrowser==5.5.1
lxml==4.6.4
Flask==2.0.2; python_version >= '3.6'
selenium==3.141.0
coverage==6.2; python_version >= '3.6'
cssselect>=1.0.3
Flask==2.0.2
coverage==6.2
argparse
Django>=2.0.6; python_version >= '3.0'
Pillow==8.4.0; python_version >= '3.5'
pytest==6.2.5; python_version >= '3.0'
pytest-xdist==2.4.0; python_version >= '3.0'
twine==3.7.0; python_version >= '3.0'
Django>=2.0.6
Pillow==8.4.0
pytest==6.2.5
pytest-xdist==2.4.0
10 changes: 4 additions & 6 deletions requirements/test_windows.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
selenium==3.141.0
Flask==2.0.2
coverage==6.2
argparse
Flask==2.0.2; python_version >= '3.6'
Pillow==8.4.0; python_version >= '3.5'
pytest==6.2.5; python_version >= '3.0'
pytest-xdist==2.4.0; python_version >= '3.0'
msedge-selenium-tools==3.141.3
Pillow==8.4.0
pytest==6.2.5
pytest-xdist==2.4.0
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
max-line-length = 120

[testenv:tests]
extras = zope.testbrowser, django, flask
deps = -rrequirements/test.txt
commands=
pytest -v {posargs}


[testenv:tests_windows]
extras = edge
deps =
-rrequirements\test_windows.txt
passenv =
Expand Down

0 comments on commit f336bd7

Please sign in to comment.