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:
cătălin 2023-11-29 18:42:30 +01:00
commit c6d361f649
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
6 changed files with 45 additions and 29 deletions

View file

@ -1,6 +1,6 @@
import nox
VERSIONS = ["3.10", "3.11"]
VERSIONS = ["3.10", "3.11", "3.12"]
@nox.session(python=VERSIONS)