Skip to content

Commit

Permalink
Merge pull request #130 from ithaka/feat/test-speedups-for-universal-…
Browse files Browse the repository at this point in the history
…wheels

Speed up unit tests
  • Loading branch information
daneah authored Jun 20, 2023
2 parents 791dd76 + fa1a7f8 commit 9905d15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.1.0-post.2] - 2023-06-14
### Changed
- Use `package` and `wheel_build_env` to speed up tests as this is a pure Python package. See the [tox docs](https://tox.wiki/en/latest/upgrading.html#universal-wheels) for more detail.

## [7.1.0-post.1] - 2023-04-24
### Changed
- Use PyPI trusted publishing instead of manual token authentication
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = apiron
version = 7.1.0-post.1
version = 7.1.0-post.2
description = apiron helps you cook a tasty client for RESTful APIs. Just don't wash it with SOAP.
author = Ithaka Harbors, Inc.
author_email = [email protected]
Expand Down Expand Up @@ -87,6 +87,8 @@ envlist = py37,py38,py39,py310,py311
isolated_build = True
[testenv]
package = wheel
wheel_build_env = .pkg
deps =
pytest>=6.0.0,<7
pytest-cov>=2.8.1,<3
Expand Down

0 comments on commit 9905d15

Please sign in to comment.