Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 43d63a8

Browse files
authored
Fix pytest setup() deprecation in tests (#492)
* 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
1 parent 6679d3c commit 43d63a8

File tree

10 files changed

+1168
-889
lines changed

10 files changed

+1168
-889
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
python-version: ["3.8", "3.9", "3.10", "3.11"]
15+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1616
include:
1717
- os: macos-latest
1818
python-version: "3.10"

0 commit comments

Comments
 (0)