Skip to content

Commit 50ee4d3

Browse files
bsipoczagoose77
andauthored
MAINT: remove upper limit of pytest (#115)
* MAINT: remove upper limit of pytest * MAINT: update actions' versions * Update .github/workflows/tests.yml --------- Co-authored-by: Angus Hollands <goosey15@gmail.com>
1 parent 1d2cda0 commit 50ee4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ testing = [
7171
"nbformat>=5.1",
7272
"numpy",
7373
"pandas",
74-
"pytest>=6,<8",
74+
"pytest>=6",
7575
"pytest-cov",
7676
"pytest-regressions",
7777
"sympy",

0 commit comments

Comments
 (0)