Skip to content

Commit

Permalink
Move pytest configuration to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Nov 19, 2020
1 parent 770d433 commit ddfbcd1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]

[tool.pytest.ini_options]
junit_family = "xunit2"
2 changes: 0 additions & 2 deletions pytest.ini

This file was deleted.

2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
flake8
pytest
pytest >= 6.0
setuptools_scm

0 comments on commit ddfbcd1

Please sign in to comment.