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

Refine dev workflow around tox/pytest #61

Merged
merged 11 commits into from
Feb 19, 2024
Merged

Conversation

jaraco
Copy link
Collaborator

@jaraco jaraco commented Feb 19, 2024

  • Allow positional arguments to be passed through to pytest and the linter.
  • Remove deprecated U mode and then rely on default parameter.
  • Add pytest config to enable doctests.
  • Add pytest-cov for coverage support and pytest-enabler to enable that support.
  • Remove nose and manage dependencies.
  • Remove nose config.
  • Update contributing docs to recommend tox.
  • Remove tox requirement
  • Remove setuptools requirement. Instead rely on other packaging tools and the build-system declaration.
  • Fix doctest on Windows
  • Skip doctest that fails on Windows.

@jaraco jaraco merged commit c7358c5 into reubano:master Feb 19, 2024
24 checks passed
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 participant