Skip to content

Conversation

@jonbannister
Copy link
Contributor

@jonbannister jonbannister commented Oct 19, 2024

Fixes #229 , and probably a number of other issues.

* Add a Windows build to CircleCI with py3.6-py3.12 and remove references to TravisCI.
* Not adding windows-python-3.13 since it is not available on choco as a non-rc build. 
* Fix win32 bugs in pytest-virtualenv.
* Release jobs now depend on both Ubuntu and Windows success.
@jonbannister jonbannister changed the title Add builds for new py versions Add builds for new py versions and Windows to CircleCI Oct 20, 2024
Copy link

@rspencer01 rspencer01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Squash/rebase?

@jonbannister jonbannister merged commit 21aa8c5 into master Oct 24, 2024
IliaFeldgun pushed a commit to IliaFeldgun/pytest-plugins that referenced this pull request Oct 30, 2025
* All: Add a CircleCI Windows build with py3.6-py3.12 and remove references to TravisCI. (man-group#246)
* All: Add Ubuntu builds for py3.6-3.13
* All: CircleCI release jobs now depend on both Ubuntu and Windows success.
* pytest-profiling: Small refactor to make error messages a bit clearer 
* pytest-profiling: Fixed tests which were installing from PyPI rather than local 
* pytest-profiling: Removed usage of deprecated `pytest.yield_fixture`.
* pytest-profiling: Removed usage of `distutils`, where possible.
* pytest-server-fixtures: Minor bugfix now that workspace.workspace is a Path object.
* pytest-virtualenv: Added default to install editable packages by using direct_url.json, if it exists
* pytest-virtualenv: Fixed Windows compatibility issues
* ci: Remove custom hooks from `python setup.py test` since this is no longer supported.
* ci: Fix build-related buttons in README.md.
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.

Add builds for modern python versions

4 participants