Skip to content

issues Search Results · repo:python/importlib_resources language:Python

Filter by

256 results
 (105 ms)

256 results

inpython/importlib_resources (press backspace or delete to remove)

Recently running into this error when serving mkdocs with mike installed: $ poetry run python -m mkdocs serve Traceback (most recent call last): File frozen runpy , line 198, in _run_module_as_main ...
  • TheTechromancer
  • Opened 
    26 days ago
  • #330

importlib_resources currently takes a while to import. From rough local testing with whatever Python versions I have installed, the figures are something like this: | OS | Python Implementation | Python ...
  • Sachaa-Thanasius
  • 3
  • Opened 
    on Mar 30
  • #326

In python/cpython#128815, Python gained an ExtraAssertions mix-in with an assertEndsWith method, which was applied to the test_functional tests. We ll want to port that functionality here in order to not ...
  • jaraco
  • Opened 
    on Jan 26
  • #325

This import from typing_extensions is causing a ModuleNotFound error for me. I think you ll need to add typing-extensions as a dependency in pyproject.toml https://github.com/python/importlib_resources/blob/10d87bf85a404e9fb9271f8f353ad0452c0cc631/importlib_resources/abc.py#L20 ...
  • pstjohn
  • 3
  • Opened 
    on Jan 3
  • #323

8c274e5e6663eb0eafecb54c47f951337a9859ed tried to fix these tests on big-endian machines. However, they re still broken according to https://ci.debian.net/packages/i/importlib-resources/testing/s390x/51580020/ ...
  • cjwatson
  • 3
  • Opened 
    on Sep 13, 2024
  • #319

_______________ OpenNamespaceTests.test_non_paths_in_dunder_path _______________ self = importlib_resources.tests.test_files.OpenNamespaceTests testMethod=test_non_paths_in_dunder_path def test_non_paths_in_dunder_path(self): ...
  • jaraco
  • 2
  • Opened 
    on Sep 12, 2024
  • #318

In attempting to update pytest-enabler to rely on importlib_resources.abc.Traversable, it s failing with: ___________________________________________________________ pytest_enabler/__init__.py ____________________________________________________________ ...
  • jaraco
  • Opened 
    on Sep 12, 2024
  • #317

Python 3.8 is currently receiving only security updates and that will end next month, so time to drop support for Python 3.8? That it, should now require at least Python 3.9 or later? But note that even ...
  • Hedda
  • 1
  • Opened 
    on Aug 27, 2024
  • #316

When running the tests on big-endian architectures (sparc64, ppc64), we re getting the followin test failures: $ tox -e py312 .pkg-cpython312: recreate env because dependencies removed: setuptools =56 ...
  • mgorny
  • 1
  • Opened 
    on Jul 10, 2024
  • #312

When calling importlib_resources.files( sample-namespace ) to retrieve a text file, an exception is thrown if an editable install has been done for the package. I am able to trigger this with a relatively ...
bug
  • GarrStau
  • 9
  • Opened 
    on Jun 29, 2024
  • #311
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub