Skip to content

Commit

Permalink
remove constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyan128 committed Jul 17, 2024
1 parent eba7d38 commit 33aab80
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ dependencies = [
# The default hatch-test dependencies are not compatible with Python 3.7, a version we want to test against. Hence
# we need to specify our own dependencies here.
# https://github.com/pypa/hatch/blob/3adae6c0dfd5c20dfe9bf6bae19b44a696c22a43/src/hatch/env/internal/test.py
"coverage[toml] < 7.3.0",
'coverage-enable-subprocess==1.0',
'pytest~=8.1',
'pytest-mock~=3.12',
'pytest-randomly~=3.15',
'pytest-rerunfailures~=14.0',
'pytest-xdist[psutil]~=3.5',
"coverage[toml]",
'coverage-enable-subprocess',
'pytest',
'pytest-mock',
'pytest-randomly',
'pytest-rerunfailures',
'pytest-xdist[psutil]',
]

[[tool.hatch.envs.hatch-test.matrix]]
Expand Down

0 comments on commit 33aab80

Please sign in to comment.