Skip to content

Commit ce6b157

Browse files
committed
Release version 1.8.1
1 parent 879f929 commit ce6b157

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGES.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
## Changelog
2-
### 1.8.1 (2024-10-??)
3-
* All: Windows builds added to CircleCI
4-
* All: Started building py3.6-py3.13 in CircleCI
2+
### 1.8.1 (2024-11-29)
3+
* All: Add a CircleCI Windows build with py3.6-py3.12 and remove references to TravisCI. (#246)
4+
* All: Add Ubuntu builds for py3.6-3.13
5+
* All: CircleCI release jobs now depend on both Ubuntu and Windows success.
6+
* pytest-listener: Use py_modules in setup.py
7+
* pytest-listener: Fix flakiness on py3.9+ on Windows when the receive time was equal to the clear_time.
8+
* pytest-profiling: Small refactor to make error messages a bit clearer
9+
* pytest-profiling: Fixed tests which were installing from PyPI rather than local
10+
* pytest-profiling: Removed usage of deprecated `pytest.yield_fixture`.
11+
* pytest-profiling: Removed usage of `distutils`, where possible.
12+
* pytest-server-fixtures: Correct httpd command line
13+
* pytest-server-fixtures: Minor bugfix now that workspace.workspace is a Path object.
14+
* pytest-virtualenv: Added default to install editable packages by using direct_url.json, if it exists
15+
* pytest-virtualenv: Fixed Windows compatibility issues
16+
* ci: Remove custom hooks from `python setup.py test` since this is no longer supported.
17+
* ci: Fix build-related buttons in README.md.
518

619
### 1.8.0 (2024-10-17)
720
* All: Drop support for Python 2 and <3.6, removing compatibility code.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.8.1

0 commit comments

Comments
 (0)