Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running tests using python 3.11 and 3.12 #286

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: fix tests
salman2013 committed Feb 16, 2024
commit ded8760b7564936852cdf2855f1eda13f503d4b4
3 changes: 2 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
@@ -12,7 +12,8 @@
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt

# pytest>=5.6.0 fails to fetch the tests and hence all the tests fail
#pytest<5.6.0
pytest>= 6.2.5


pytest-xdist<2.0.0

1 change: 1 addition & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -210,6 +210,7 @@ pyproject-hooks==1.0.0
# build
pytest==7.4.4
# via
# -c requirements/constraints.txt
# -r requirements/doc.txt
# pytest-cov
# pytest-forked
1 change: 1 addition & 0 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
@@ -121,6 +121,7 @@ pymongo==3.13.0
# via -r requirements/test.txt
pytest==7.4.4
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# pytest-cov
# pytest-django
1 change: 1 addition & 0 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -157,6 +157,7 @@ pymongo==3.13.0
# via -r requirements/test.txt
pytest==7.4.4
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# pytest-cov
# pytest-forked
1 change: 1 addition & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -83,6 +83,7 @@ pymongo==3.13.0
# via -r requirements/base.txt
pytest==7.4.4
# via
# -c requirements/constraints.txt
# -r requirements/test.in
# pytest-cov
# pytest-forked