We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When attempting to test a built / repaired wheel using the script /wheel/run_tests.sh an error occurs stating that pytest is not an installed module.
/wheel/run_tests.sh
./docker/bash.sh --no-gpu tlcpack/package-cpu:2fddbe0 ./wheel/run_tests.sh
python3 -m pytest -o \ junit_suite_name=python-unittest-platform-minimal-test-0-no-shard-ctypes \ --junit-xml=/workspace/tvm/build/pytest-results/python-unittest-platform-minimal-test-0-no-shard-ctypes.xml \ --junit-prefix=ctypes tests/python/all-platform-minimal-test -n=1 /opt/conda/bin/python3: No module named pytest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary:
When attempting to test a built / repaired wheel using the script
/wheel/run_tests.sh
an error occurs stating that pytest is not an installed module.Failing Command:
./docker/bash.sh --no-gpu tlcpack/package-cpu:2fddbe0 ./wheel/run_tests.sh
Example Error Output:
The text was updated successfully, but these errors were encountered: