tests: remove pyfakefs due to issues with pathlib and sqlite in favor of a simple tempfolder where to store test files
This commit is contained in:
parent
4fb1fff521
commit
c6d361f649
6 changed files with 45 additions and 29 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import nox
|
||||
|
||||
VERSIONS = ["3.10", "3.11"]
|
||||
VERSIONS = ["3.10", "3.11", "3.12"]
|
||||
|
||||
|
||||
@nox.session(python=VERSIONS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue