increase pytest version

This commit is contained in:
Steven Silvester 2022-11-21 06:37:19 -06:00
parent b7ba0592f2
commit 0386e69efb
2 changed files with 1 additions and 2 deletions

View File

@ -80,7 +80,6 @@ jobs:
only_create_file: 1
- name: Run the unit tests
run: |
export PIP_CONSTRAINT="./contraints_file.txt"
hatch run test:nowarn || hatch run test:nowarn --lf
test_prereleases:

View File

@ -52,7 +52,7 @@ Tracker = "https://github.com/jupyter/notebook/issues"
test = [
"coverage",
"nbval",
"pytest>=6.0",
"pytest>=7.0",
"pytest-cov",
"requests",
"pytest-tornasync",