Skip to content

Commit

Permalink
Pin some packages version so that tests use same env on py2 and py3
Browse files Browse the repository at this point in the history
Change-Id: I5bca96d05246b8b60232caa242bf6c801bf65c8d
  • Loading branch information
jmolinski committed Mar 12, 2021
1 parent ef8f869 commit 282b3c3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
"django-extensions>=2.2.9,<3.0", # latest version for Django 1.11
"djangorestframework==3.8.2", # latest version for Django 1.10
"werkzeug",
'pytest',
'pytest-django',
'pytest-html',
'pytest-xdist',
'pytest-cov',
'requests',
'pytest==4.6.11',
'pytest-django==3.10.0',
'pytest-html==1.22.1',
'pytest-xdist==1.34.0',
'pytest-cov>=2.11,<2.12',
'requests<3',
# http://stackoverflow.com/questions/31417964/importerror-cannot-import-name-wraps
# ¯\_(ツ)_/¯
"mock==1.0.1",
Expand All @@ -83,7 +83,7 @@
"unidecode",
# A library allowing to nest inlines in django admin.
# Used in quizzes module for adding new quizzes.
"django-nested-admin",
"django-nested-admin<3.4",
# SIO2 dependencies:
"filetracker>=2.1,<3.0",
# Python 2 has class AppConf(metaclass=AppConfMetaClass):
Expand Down

0 comments on commit 282b3c3

Please sign in to comment.