Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
tolomea committed Feb 3, 2024
1 parent d1b33d0 commit 4979840
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ python-dateutil <= 2.8.2
sqlparse <= 0.4.4

# dev and test
coverage[toml] <= 7.3.2
dj-database-url <= 2.10
pre-commit
pytest <= 7.4.3
pytest-cov
pytest-django <= 4.6.0
pytest-mock
pytest-xdist < 2.0
requests
snapshottest
time-machine
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ deps =
django32: Django>=3.2,<3.3
django40: Django>=4.0,<4.1
django41: Django>=4.1,<4.2
django42: Django>=4.2a1,<4.3
django42: Django>=4.2,<4.3
commands =
- pip install mysqlclient
django{32,40,41,42}: - pip install psycopg2
python -m coverage run -m pytest -x
pip install mysqlclient
pip install psycopg2
python -m pytest -x

0 comments on commit 4979840

Please sign in to comment.