Skip to content

Commit

Permalink
:build: remove pinned pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 18, 2024
1 parent 38ae160 commit 616cc7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,13 @@
'flake8 >=6.0.0, <7.0.0',
'flake8-print >=5.0.0, <6.0.0',
'flake8-quotes >=3.3.2',
'pytest >=7.2.2, <8.0',
'scipy >=1.10.1, <2.0', # Only used to test de_net_a_brut reform
'requests >=2.28.2, <3.0',
'yamllint >=1.30.0, <2.0'
],
'casd-dev': [
# Same as dev with packages not available at CASD removed
'autopep8 >=2.0.2, <3.0',
'pytest >=7.2.2, <8.0',
'requests >=2.28.2, <3.0',
'scipy >=1.10.1, <2.0', # Only used to test de_net_a_brut reform
]
Expand Down

0 comments on commit 616cc7f

Please sign in to comment.