Skip to content
New issue

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

pytest fails #16

Open
f-hafner opened this issue Mar 10, 2023 · 0 comments
Open

pytest fails #16

f-hafner opened this issue Mar 10, 2023 · 0 comments

Comments

@f-hafner
Copy link

pytest fails for me after installing via conda 23.1.0 on linux.

====================================== short test summary info ======================================
FAILED test/test_dask.py::flake-8::FLAKE8 - AttributeError: 'Application' object has no attribute 'parse_preliminary_options'
FAILED test/test_environment.py::flake-8::FLAKE8 - AttributeError: 'Application' object has no attribute 'parse_preliminary_options'
FAILED test/test_pi.py::flake-8::FLAKE8 - AttributeError: 'Application' object has no attribute 'parse_preliminary_options'
FAILED test/test_snakemake.py::flake-8::FLAKE8 - AttributeError: 'Application' object has no attribute 'parse_preliminary_options'
FAILED test/test_threading.py::flake-8::FLAKE8 - AttributeError: 'Application' object has no attribute 'parse_preliminary_options'

to reproduce:

conda env create -f environment.yml --prefix ./env
conda activate ./env
pytest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant