I'm providing yamlpath as an Arch linux package. It works fine, but it is recommended to run tests when building the package.
Operating System
- Name/Distribution: Arch Linux
- Version: rolling/current
Version of Python and packages in use at the time of the issue.
- Distribution:
- Python Version: 3.12.3
- Version of yamlpath installed: 3.8.2
- Version of ruamel.yaml installed: 0.18.6
Minimum sample of YAML (or compatible) data necessary to trigger the issue
n/a
Complete steps to reproduce the issue when triggered via:
run pytest in the test folder
Expected Outcome
all tests should run
Actual Outcome
due to lack of conftest.py, errors like ImportError: cannot import name 'info_warn_logger' from 'tests.conftest'
Screenshot(s), if Available
n/a
I'm providing yamlpath as an Arch linux package. It works fine, but it is recommended to run tests when building the package.
Operating System
Version of Python and packages in use at the time of the issue.
Minimum sample of YAML (or compatible) data necessary to trigger the issue
n/a
Complete steps to reproduce the issue when triggered via:
run pytest in the
testfolderExpected Outcome
all tests should run
Actual Outcome
due to lack of
conftest.py, errors likeImportError: cannot import name 'info_warn_logger' from 'tests.conftest'Screenshot(s), if Available
n/a