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

Update pytest-check pin and check usage #269

Merged
merged 4 commits into from
Nov 23, 2022
Merged

Update pytest-check pin and check usage #269

merged 4 commits into from
Nov 23, 2022

Conversation

bskinn
Copy link
Owner

@bskinn bskinn commented Nov 23, 2022

Resolves #265.

Fix was as recommended by @okken in #264 (comment)

@bskinn bskinn added type: maintenance 🔧 Something administrative needs upkeep pr: needs tests ✔️ labels Nov 23, 2022
@bskinn bskinn added this to the v2.3.1 milestone Nov 23, 2022
Removed Python 3.6:

- Azure Pipelines matrix
- Github Actions matrix
- tox environments
- PyPI classifier

Did **NOT** bump `python_requires>=3.7`, since 3.6 *should*
still work in the wild. Will wait until I get a confirmed
breakage on 3.6 (or any later 3.x) or specifically make a
likely-breaking change before bumping this.

Added Python 3.11:

- Azure Pipelines now has workers with 3.11 available across
  Linux/Win/Mac platforms, so added it to that matrix
Is blowing up pip's resolve.
@codecov-commenter
Copy link

Codecov Report

Merging #269 (cf211c1) into main (a54f731) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #269   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           20        20           
  Lines          743       743           
=========================================
  Hits           743       743           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@bskinn bskinn merged commit 22adc4b into main Nov 23, 2022
@bskinn bskinn deleted the update-pytest-check branch November 23, 2022 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: needs tests ✔️ type: maintenance 🔧 Something administrative needs upkeep
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update usage of pytest-check and add version constraint
2 participants