Skip to content

Commit

Permalink
Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Jan 4, 2024
1 parent fd4ee82 commit d589f39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_SKIP: "cp36-*"
# env:
# CIBW_SKIP: "cp36-*"

- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
test-command = "pytest {project}/tests"
test-extras = ["test"]
before-build = "rm -rf {project}/build"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
ext_modules=[CMakeExtension("cmake_example")],
extras_require={"test": ["pytest>=6.0"]},
# extras_require={"test": ["pytest>=6.0"]},
cmdclass={"build_ext": CMakeBuild},
zip_safe=False,
python_requires=">=3.7",
Expand Down

0 comments on commit d589f39

Please sign in to comment.