Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update configuration files
In order to run tox and make, config files need to updated.
  • Loading branch information
diegorusso committed Aug 27, 2024
commit efd2391629e878684f32a4cac7d8466c8f74a410
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