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

Require Nox >= 2021.6.6 for our test suite #383

Merged
merged 2 commits into from
Jun 11, 2021
Merged

Conversation

cjolowicz
Copy link
Owner

@cjolowicz cjolowicz commented May 30, 2021

This PR simplifies and improves nox-poetry's own Nox test suite:

  • Explicitly require Nox 2021.6.6 as the minimum version for our test suite, using nox.needs_version.
  • When running tests against different Poetry and Python versions, use the Python parametrization feature added in Nox 2021.6.6 to select the desired version combinations.

@cjolowicz cjolowicz force-pushed the parametrize-python branch from ad161f8 to 018e37c Compare June 11, 2021 09:27
@cjolowicz cjolowicz force-pushed the parametrize-python branch from 018e37c to 55ba15a Compare June 11, 2021 11:14
@cjolowicz cjolowicz marked this pull request as ready for review June 11, 2021 11:15
@cjolowicz cjolowicz added the ci Continuous Integration label Jun 11, 2021
@cjolowicz cjolowicz changed the title CI: Parametrize Python in Nox session Parametrize Python in Nox session Jun 11, 2021
@cjolowicz cjolowicz merged commit 595c744 into main Jun 11, 2021
@cjolowicz cjolowicz deleted the parametrize-python branch June 11, 2021 11:32
@cjolowicz cjolowicz changed the title Parametrize Python in Nox session Require Nox >= 2021.6.6 for our test suite Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant