Open RunDevelopment opened 9 months ago
@RunDevelopment What happens if you run pytest -v tests
?
No change. As I said, the issue is that the tests are implemented in a way that makes them reliant on unix commands. Example.
I see. I missed your comments inside the "details". I should stop using commands Windows doesn't have.
Provide environment information
This command obviously doesn't work on Windows:
Anyway, I'm assuming that this command grabs the python and gdown versions, right? My python version is 3.8.2. I tried this on the main branch of this repo.
What OS are you using?
Windows 10
Describe the Bug
I ran the tests with
pytest -n auto -v tests
and they don't work. It seems like their implementation heavily relies on unix commands, which makes them impossible to run Windows.As for output, I got this:
Expected Behavior
Tests pass.
To Reproduce
pip install .[test]
pytest -n auto -v tests