Closed johentsch closed 1 year ago
Running tox is supposed to run the test as a product of Python versions (3.10, 3.11) and of pandas versions (1.5.3, latest).
tox
(3.10, 3.11)
(1.5.3, latest)
After each of the four tests the output shows the same version numbers:
@huguesdevimeux would it be possible to entire the pip freeze for the environment in question each time?
Yes, it's totally possible, but I was afraid that it would produce a very long output.
I will take a look at it shortly, that's a weird issue
Running
tox
is supposed to run the test as a product of Python versions(3.10, 3.11)
and of pandas versions(1.5.3, latest)
.After each of the four tests the output shows the same version numbers:
@huguesdevimeux would it be possible to entire the pip freeze for the environment in question each time?