Skip to content

issues Search Results · repo:pytest-dev/apipkg language:Python

Filter by

0 results
 (84 ms)

0 results

inpytest-dev/apipkg (press backspace or delete to remove)

Problem When importing a module setup with apipkg, successive imports, even if in different files, trigger a full load. I thought it would only load when actually used. I have some anecdotal observation ...
bug
  • dvincentwest
  • 3
  • Opened 
    on Jun 25, 2024
  • #56

I m packaging your module as an rpm package so I m using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - python3 -sBm build -w --no-isolation ...
  • kloczek
  • 2
  • Opened 
    on Mar 8, 2024
  • #55

sup, when i start pytest got this error 22:36:51 + pytest 22:36:51 Traceback (most recent call last): 22:36:51 File /usr/lib/python3.11/site-packages/py/_vendored_packages/apipkg.py , line 141, in __makeattr ...
  • vdkmvx
  • 6
  • Opened 
    on Sep 21, 2023
  • #48

This assert https://github.com/pytest-dev/apipkg/blob/70a9a036bdefad85ffa628315c4e134199eb5f00/test_apipkg.py#L835 counts that py will always be installed but pytest 7.2 and tox 4 no longer depend on ...
bug
help wanted
  • frenzymadness
  • 1
  • Opened 
    on Nov 30, 2022
  • #43

fedora packaging builds on tox-current-env to run the test commands
  • RonnyPfannschmidt
  • 1
  • Opened 
    on Jun 8, 2022
  • #40

after @hugovk gracefully prepared a number of good changes that warrant a new release i took note that #29 and #31 slipped under the radar im preparing to do a release of 2.1.1 to yank 2.1.0 afterwards ...
  • RonnyPfannschmidt
  • 1
  • Opened 
    on May 8, 2022
  • #37

Most of the tutorial in the README works as written, but it s never clear why path is introduced mypkg. But at the end of the tutorial is this: the underlying modules are also accessible, for example: ...
enhancement
help wanted
  • mcowpert
  • Opened 
    on Mar 11, 2022
  • #32

@RonnyPfannschmidt was the removal of 3.4 accidental? This caused https://github.com/pytest-dev/apipkg/issues/29 bug. It is still possible to test it if there s need. But only under ubuntu-18.04: https://github.com/actions/python-versions/blob/c483657/versions-manifest.json#L1228. ...
wontfix
  • RonnyPfannschmidt
  • 1
  • Opened 
    on Nov 25, 2021
  • #31

I wanted to run Jinja s tests against 3.11.0a1. However, I get the following exception from apipkg when pytest is run from tox. If I create a 3.11 virtualenv manually and run pytest directly, it succeeds. ...
  • davidism
  • 8
  • Opened 
    on Nov 5, 2021
  • #30

2.1.0 seems to be broken on Python 3.4 File /home/runner/work/blessed/blessed/.tox/py34/lib/python3.4/site-packages/apipkg/__init__.py , line 69, in initpkg mod = _initpkg_py3(mod, pkgname, exportdefs, ...
  • avylove
  • 6
  • Opened 
    on Oct 14, 2021
  • #29
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 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