Skip to content

Commit 0386e69

Browse files
committed
increase pytest version
1 parent b7ba059 commit 0386e69

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jobs:
8080
only_create_file: 1
8181
- name: Run the unit tests
8282
run: |
83-
export PIP_CONSTRAINT="./contraints_file.txt"
8483
hatch run test:nowarn || hatch run test:nowarn --lf
8584
8685
test_prereleases:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Tracker = "https://github.com/jupyter/notebook/issues"
5252
test = [
5353
"coverage",
5454
"nbval",
55-
"pytest>=6.0",
55+
"pytest>=7.0",
5656
"pytest-cov",
5757
"requests",
5858
"pytest-tornasync",

0 commit comments

Comments
 (0)