Closed jeromekelleher closed 3 years ago
I don't know what's going on here - for some reason we're importing tszip version 0.1.0 (the installed version) rather than the local version. Maybe pytest is doing something to its CWD or something?
I think that's the issue we're having with #45 on circle CI - it's failing because there isn't an installed version of tszip.
Any ideas @benjeffery?
This is something odd in pytest that I haven't got to the bottom of.
python3 -m pytest -n0 tests
works.
Ah right, thanks. No need to keep this open then, we just recommend people use python3 -m pytest
rather than pytest
.
Seeing some very strange behaviour:
It seems like we're loading the installed version of
tszip
rather than the local one when we're running tests?Is this possibly the cause of this weird failure we're getting in #45?
Possibly an issue with pytest 6.1.2 and maybe we could downgrade?