Skip to content

Commit

Permalink
Update configuration files for tox and make (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegorusso committed Sep 5, 2024
1 parent bd48487 commit 2214c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyperformance/tests/data/find-pyperformance.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
testsroot = os.path.dirname(datadir)
pkgroot = os.path.dirname(testsroot)
reporoot = os.path.realpath(os.path.dirname(pkgroot))
marker = os.path.join(reporoot, 'setup.py')
marker = os.path.join(reporoot, 'pyproject.toml')
if not os.path.exists(marker):
sys.exit(f'ERROR: pyperformance is not an editable install ({reporoot})')
actual = os.path.realpath(os.path.abspath(pyperformance.PKG_ROOT))
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ basepython = python3
basepython = python3
deps=
sphinx
whitelist_externals = make
allowlist_externals = make
commands=
make -C doc clean html

Expand Down

0 comments on commit 2214c06

Please sign in to comment.