Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
work around pytest import file mismatch error
``` imported module 'conftest' has this __file__ attribute: /home/runner/work/graphviz/graphviz/tests/backend/conftest.py which is not the same as the test file we want to collect: /home/runner/work/graphviz/graphviz/tests/conftest.py HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules ```
- Loading branch information