@ -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",