Skip to content

Commit

Permalink
Fix pytest setup() deprecation in tests (#492)
Browse files Browse the repository at this point in the history
* Fix pytest setup() deprecation in tests

* Replace setup() with setup_method() in func tests

* Fix issues in arbor tests, wrt to sorted dir content etc

* Make compatible with python 3.12

* Add python 3.12 to default tests
  • Loading branch information
wvangeit authored Mar 25, 2024
1 parent 6679d3c commit 43d63a8
Show file tree
Hide file tree
Showing 10 changed files with 1,168 additions and 889 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-latest
python-version: "3.10"
Expand Down
Loading

0 comments on commit 43d63a8

Please sign in to comment.