Skip to content

Commit

Permalink
Update pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSchZA committed Aug 30, 2024
1 parent 3a32235 commit 45b88f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def select_lockfile(session):
def install_dependencies(session):
'''Install the dependencies for the current Python version'''
lockfile = select_lockfile(session)
session.install('pdm', 'pytest-xdist', 'pytest-benchmark')
session.install('pdm') # 'pytest-xdist', 'pytest-benchmark'
session.run_always(
'pdm', 'sync', '-d',
'-G', 'compat',
Expand Down

0 comments on commit 45b88f1

Please sign in to comment.