Skip to content

Fix HTTPResponse cleanup for owl imports - #322

Merged
ashleysommer merged 1 commit into
RDFLib:masterfrom
gaoflow:fix-319-httpresponse-close
Jul 8, 2026
Merged

Fix HTTPResponse cleanup for owl imports#322
ashleysommer merged 1 commit into
RDFLib:masterfrom
gaoflow:fix-319-httpresponse-close

Conversation

@gaoflow

@gaoflow gaoflow commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Summary

Tests

  • uv run --python 3.14 --with-editable . --with pytest pytest -q test/issues/test_319.py
  • uv run --python 3.11 --with-editable . --with pytest pytest -q test/issues/test_319.py
  • uv run --python 3.14 --with 'ruff<0.10,>=0.9.3' ruff check pyshacl/rdfutil/load.py test/issues/test_319.py
  • uv run --python 3.14 --with 'ruff<0.10,>=0.9.3' ruff format --check --no-preview --target-version py39 pyshacl/rdfutil/load.py test/issues/test_319.py
  • uv run --python 3.11 --with-editable . --with pytest pytest -q test/issues/test_098.py test/issues/test_281/test_281.py test/issues/test_319.py
  • uv run --python 3.11 --with-editable . --with pytest pytest -q test/test_extra.py::test_owl_imports

Closes #319.

AI assistance was used under my direction.

@ashleysommer
ashleysommer merged commit 68e07f8 into RDFLib:master Jul 8, 2026
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

owl:imports gives ValueError: I/O operation on closed file

2 participants