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

Tests failing #1

Closed
jaraco opened this issue Feb 8, 2021 · 4 comments
Closed

Tests failing #1

jaraco opened this issue Feb 8, 2021 · 4 comments

Comments

@jaraco
Copy link
Owner

jaraco commented Feb 8, 2021

They were passing for me locally:

jaraco.site main $ tox
python develop-inst-nodeps: /Users/jaraco/code/main/jaraco.site
python installed: appdirs==1.4.4,attrs==20.3.0,black==20.8b1,certifi==2020.12.5,chardet==4.0.0,cheroot==8.5.2,CherryPy==18.6.0,click==7.1.2,coverage==5.4,cssutils==1.0.2,docutils==0.16,filelock==3.0.12,flake8==3.8.4,Genshi==0.7.5,grampg==0.3.0,idna==2.10,iniconfig==1.1.1,jaraco.classes==3.2.0,jaraco.collections==3.1.0,jaraco.context==4.0.0,jaraco.functools==3.1.0,-e git+gh://jaraco/jaraco.site@2907e7e26d9bfefa0c8e2dd430266c8e37c64688#egg=jaraco.site,jaraco.test==4.0.1,jaraco.text==3.4.0,lxml==4.6.2,mccabe==0.6.1,more-itertools==8.6.0,mypy==0.800,mypy-extensions==0.4.3,packaging==20.9,pathspec==0.8.1,pluggy==0.13.1,portend==2.7.0,py==1.10.0,pycodestyle==2.6.0,pyflakes==2.2.0,pyparsing==2.4.7,pytest==6.2.2,pytest-black==0.3.12,pytest-checkdocs==2.2.0,pytest-cov==2.11.1,pytest-flake8==1.0.7,pytest-mypy==0.8.0,python-dateutil==2.8.1,pytz==2020.5,regex==2020.11.13,requests==2.25.1,requests-toolbelt==0.9.1,six==1.15.0,svg.charts==7.2.0,tempora==4.0.1,toml==0.10.2,typed-ast==1.4.2,typing-extensions==3.7.4.3,urllib3==1.26.3,zc.lockfile==2.0
python run-test-pre: PYTHONHASHSEED='378635037'
python run-test: commands[0] | pytest
========================================================== test session starts ==========================================================
platform darwin -- Python 3.9.0, pytest-6.2.2, py-1.10.0, pluggy-0.13.1
cachedir: .tox/python/.pytest_cache
rootdir: /Users/jaraco/code/main/jaraco.site, configfile: pytest.ini
plugins: flake8-1.0.7, mypy-0.8.0, checkdocs-2.2.0, black-0.3.12, jaraco.test-4.0.1, cov-2.11.1
collected 1 item                                                                                                                        

setup.py .                                                                                                                        [100%]

=========================================================== 1 passed in 0.88s ===========================================================
________________________________________________________________ summary ________________________________________________________________
  python: commands succeeded
  congratulations :)

@jaraco
Copy link
Owner Author

jaraco commented Feb 8, 2021

Oh, interesting. It seems that perhaps the only reason the tests weren't failing before was because the plugins weren't being activated with 'jaraco.test' still being present but the 'pytest-enabler' configuration indicated.

@jaraco
Copy link
Owner Author

jaraco commented Feb 9, 2021

The tests stop failing if I remove croakysteel.py.

@jaraco
Copy link
Owner Author

jaraco commented Feb 9, 2021

I've created a minimal repro in minimize-issue-1 branch (22662e8 archived as refs/archive/minimize-issue-1).

@jaraco
Copy link
Owner Author

jaraco commented Mar 5, 2022

Workaround applied in 5ba2735.

@jaraco jaraco closed this as completed Mar 5, 2022
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