We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd48487 commit 2214c06Copy full SHA for 2214c06
pyperformance/tests/data/find-pyperformance.py
@@ -13,7 +13,7 @@
13
testsroot = os.path.dirname(datadir)
14
pkgroot = os.path.dirname(testsroot)
15
reporoot = os.path.realpath(os.path.dirname(pkgroot))
16
-marker = os.path.join(reporoot, 'setup.py')
+marker = os.path.join(reporoot, 'pyproject.toml')
17
if not os.path.exists(marker):
18
sys.exit(f'ERROR: pyperformance is not an editable install ({reporoot})')
19
actual = os.path.realpath(os.path.abspath(pyperformance.PKG_ROOT))
tox.ini
@@ -13,7 +13,7 @@ basepython = python3
basepython = python3
deps=
sphinx
-whitelist_externals = make
+allowlist_externals = make
commands=
make -C doc clean html
0 commit comments