Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Feb 16, 2024
1 parent 0360648 commit ded8760
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ded8760

Please sign in to comment.