We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ba059 commit 0386e69Copy full SHA for 0386e69
.github/workflows/build.yml
@@ -80,7 +80,6 @@ jobs:
80
only_create_file: 1
81
- name: Run the unit tests
82
run: |
83
- export PIP_CONSTRAINT="./contraints_file.txt"
84
hatch run test:nowarn || hatch run test:nowarn --lf
85
86
test_prereleases:
pyproject.toml
@@ -52,7 +52,7 @@ Tracker = "https://github.com/jupyter/notebook/issues"
52
test = [
53
"coverage",
54
"nbval",
55
- "pytest>=6.0",
+ "pytest>=7.0",
56
"pytest-cov",
57
"requests",
58
"pytest-tornasync",
0 commit comments