Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
- adds support for executing tests more than once using order marks
  • Loading branch information
mrbean-bremen committed Mar 10, 2023
1 parent 1c4fb44 commit 8853969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# pytest-order Release Notes

## [Version 1.1.0](https://pypi.org/project/pytest-order/1.1.0/) (2023-03-10)
Adds support for executing tests more than once using order marks.

### New features
- added support for multiple test order markers

### Changes
- removed official support for Python 3.6
- removed official support for Python 3.6

### Infrastructure
- added pytest 7.x to CI tests
Expand Down
2 changes: 1 addition & 1 deletion pytest_order/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.dev0"
__version__ = "1.1.0"

0 comments on commit 8853969

Please sign in to comment.