Skip to content

Commit

Permalink
Try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Jul 3, 2022
1 parent 3539a30 commit 50d0437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ exclude = '''
[tool.cibuildwheel]
build-verbosity = 3
#test-command = "pytest {package}/tests"
test-command = "pytest -svv pyxcp/tests"
build = "cp3{7,8,9,10}-*"
build-frontend = "build"
[tool.cibuildwheel.linux]
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def run(self):
author="Christoph Schueler",
author_email="cpu12.gems@googlemail.com",
url="https://github.com/christoph2/pyxcp",
package_dir={"": "pyxcp"},
packages=setuptools.find_packages(),
cmdclass={
"asamkeydll": AsamKeyDllAutogen,
Expand All @@ -120,7 +119,7 @@ def run(self):
install_requires=install_reqs,
extras_require={"docs": ["sphinxcontrib-napoleon"], "develop": ["bumpversion"]},
ext_modules=ext_modules,
package_dir={"tests": "pyxcp/tests"},
package_dir={"": "pyxcp", "tests": "pyxcp/tests"},
zip_safe=False,
tests_require=["pytest", "pytest-runner"],
test_suite="pyxcp.tests",
Expand Down

0 comments on commit 50d0437

Please sign in to comment.