mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
increase pytest version
This commit is contained in:
parent
b7ba0592f2
commit
0386e69efb
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user