fls-bioinformatics-core / auto_process_ngs

Scripts and utilities for automatic processing & management of Illumina NGS sequencing data.
Other
9 stars 6 forks source link

Fix CI tests when using 'pytest' version 8 #945

Closed pjbriggs closed 5 months ago

pjbriggs commented 5 months ago

Attempt to address issue #944 (broken unit tests in CI testing on Github when using pytest 8.0.0) by adding an empty conftest.py file in the root of the auto_process_ngs package (see https://docs.pytest.org/en/7.1.x/explanation/pythonpath.html#test-modules-conftest-py-files-inside-packages).