Skip to content

Commit 2214c06

Browse files
authored
Update configuration files for tox and make (#352)
1 parent bd48487 commit 2214c06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyperformance/tests/data/find-pyperformance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
testsroot = os.path.dirname(datadir)
1414
pkgroot = os.path.dirname(testsroot)
1515
reporoot = os.path.realpath(os.path.dirname(pkgroot))
16-
marker = os.path.join(reporoot, 'setup.py')
16+
marker = os.path.join(reporoot, 'pyproject.toml')
1717
if not os.path.exists(marker):
1818
sys.exit(f'ERROR: pyperformance is not an editable install ({reporoot})')
1919
actual = os.path.realpath(os.path.abspath(pyperformance.PKG_ROOT))

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ basepython = python3
1313
basepython = python3
1414
deps=
1515
sphinx
16-
whitelist_externals = make
16+
allowlist_externals = make
1717
commands=
1818
make -C doc clean html
1919

0 commit comments

Comments
 (0)