Skip to content

Commit

Permalink
Merge pull request #210 from bluescarni/pr/py313_fix
Browse files Browse the repository at this point in the history
Fix unit test for Python 3.13
  • Loading branch information
bluescarni authored Dec 29, 2024
2 parents d47a305 + e13d174 commit 07bd0d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions heyoka/_test_real128.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ def test_scalar(self):

with self.assertRaises(TypeError) as cm:
real128(prec=7)
self.assertTrue(
"'prec' is an invalid keyword argument for this function"
in str(cm.exception)
)

# Conversion to bool.
self.assertTrue(bool(real128(1)))
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ sgp4 = ["skyfield"]
wheel.packages = []
# Enable IPO.
cmake.define.HEYOKA_PY_ENABLE_IPO = "ON"
# Do not include the docs in the sdist.
sdist.exclude = ["doc"]

0 comments on commit 07bd0d0

Please sign in to comment.