Skip to content

Commit

Permalink
1.7.1 - pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Nov 18, 2019
1 parent e485b2d commit badd42c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 1.7.1 - `pyproject.toml`

Added `pyproject.toml`.

### 1.7.0 - Support for test functions located inside test classes

`@test_steps` can now be used on test functions located inside classes. Fixed [#16](https://github.com/smarie/python-pytest-steps/issues/16)
Expand Down
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build-system]
requires = [
"setuptools",
"setuptools_scm",
"six",
]
build-backend = "setuptools.build_meta"

0 comments on commit badd42c

Please sign in to comment.