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 mark network, pyproject.toml, isort #134

Merged
merged 4 commits into from
Jun 19, 2023
Merged

pytest mark network, pyproject.toml, isort #134

merged 4 commits into from
Jun 19, 2023

Conversation

ross
Copy link
Owner

@ross ross commented Jun 19, 2023

Add a new pytest mark for tests that use the network, to be used to skip test that hit the network and thus fail in environments w/o out as is the case in #132.

Also adds a pyproject.toml, which registers the mark, and has some of my ~standard configs in it. Moves the black formatting details there and while I was messing with it all I went ahead and added isort into the mix.

/cc Fixes #132 @kloczek

@ross ross self-assigned this Jun 19, 2023
@kloczek
Copy link

kloczek commented Jun 19, 2023

Thank you 👍
Tested and it works 😄

@ross ross merged commit dee08fd into main Jun 19, 2023
@ross ross deleted the pyproject-toml branch June 19, 2023 18:24
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.

1.0.0: pytest is failing in two units
2 participants