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

Fix test runs #64

Merged
merged 1 commit into from
Mar 20, 2021
Merged

Fix test runs #64

merged 1 commit into from
Mar 20, 2021

Conversation

MikeWooster
Copy link
Owner

tox was not running tests. as identified by #63 .

The fix would be to pull the actual test runner command into the pyenv command. the lint environment's command should override it, and continue running as expected (i.e. not running any unit tests)

run tests as matrix. this will run multiple combinations of the
specified deps for greater coverage.  takes a little longer though.

only run tests on push. it should not be needed for pr creation

test that all latest deps are covered in tox file. pypi have disabled their search endpoint. I am using the outdated and uptodate endpoints to check that all latest deps are in the tox file

test tenacity v 7.0

fix tenacity tests. tenacity removed the compat module, so I have pinched their code that I was using in their tests to set the retry state
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

Successfully merging this pull request may close these issues.

None yet

1 participant