File tree 2 files changed +17
-4
lines changed
2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
## 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.
5
18
6
19
### 1.8.0 (2024-10-17)
7
20
* All: Drop support for Python 2 and <3.6, removing compatibility code.
Original file line number Diff line number Diff line change 1
- 1.8.0
1
+ 1.8.1
You can’t perform that action at this time.
0 commit comments