Skip to content

Commit

Permalink
Added test requiremnts back how they should be with python compatible…
Browse files Browse the repository at this point in the history
… versions
  • Loading branch information
Aiky30 committed Apr 9, 2021
1 parent 9d23013 commit a48da71
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion test_requirements/django-1.11.txt
@@ -1,3 +1,2 @@
-r requirements_base.txt
Django>=1.11,<2.0
pyflakes>=2.1
1 change: 0 additions & 1 deletion test_requirements/django-2.0.txt
@@ -1,3 +1,2 @@
-r requirements_base.txt
Django>=2.0,<2.1
pyflakes>=2.1
1 change: 0 additions & 1 deletion test_requirements/django-2.1.txt
@@ -1,3 +1,2 @@
-r requirements_base.txt
Django>=2.1a1,<2.2
pyflakes>=2.1
1 change: 0 additions & 1 deletion test_requirements/django-2.2.txt
@@ -1,3 +1,2 @@
-r requirements_base.txt
Django>=2.2,<3.0
pyflakes>=2.1
5 changes: 3 additions & 2 deletions test_requirements/requirements_base.txt
@@ -1,5 +1,5 @@
coverage==3.7.1
python-coveralls==2.5.0
coverage<5
python-coveralls>2.5.0
unittest-xml-reporting==1.11.0
Pillow==3.3
django-treebeard>=4.3
Expand All @@ -14,6 +14,7 @@ https://github.com/ojii/django-app-manage/archive/65da18ef234a4e985710c2c0ec7600
iptools
sphinx==1.8.5
sphinxcontrib-spelling<7.0.0 # restriction for py35 tests
pyflakes>=2.1
pyenchant
# required to run the server for integration tests
djangocms-helper
Expand Down

0 comments on commit a48da71

Please sign in to comment.