Skip to content

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

Filter by

181 results
 (101 ms)

181 results

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

See What’s new in Python 3.14 - PEP 765: Disallow return/break/continue that exit a finally block When warnings are turned to errors, this is causing code like https://github.com/pytest-dev/pluggy/blob/f8aa4a009716a7994f2f6c1947d9fa69feccbdd5/src/pluggy/_callers.py#L110-L141 ...
  • Avasam
  • 2
  • Opened 
    17 days ago
  • #573

I have read everything I could find on this. Especially the pluggy docs. Pytest docs show an example of what I am trying to achieve, but it just doesn t happen in this order. Problem statement I have ...
  • kristijan1996
  • 3
  • Opened 
    on Mar 15
  • #569

This is my hookimpl code python class myPlugin1: @hookimpl def myTest_after(self, **kwargs): print( The kwargs: , kwargs) invoke def myTest(self): print( My hook test! ) pm.hook.myTest_after(args1= ...
  • smallpekky
  • 2
  • Opened 
    on Nov 22, 2024
  • #554

cpython impl ref in contextmanager a test in one of my testsuites failed with a StopIteration as exception this ran into issues as new style hook wrappers dont manage the RuntimeError of stopIteration ...
bug
  • RonnyPfannschmidt
  • Opened 
    on Oct 31, 2024
  • #544

Description I try to set default argument for a hook and find it does not work. class SomeClass: @hookimpl def my_func(self, a=1): ... It seems like if I use a kwargs, pluggy will ignore this ...
  • noklam
  • 4
  • Opened 
    on Aug 15, 2024
  • #522

It s here https://github.com/pytest-dev/pluggy/blob/main/src/pluggy/_manager.py#L397C14-L397C24. Should go through a long deprecation period, of course. setuptools is also mentioned in the docs: https://github.com/pytest-dev/pluggy/blob/3fde0aece728642652c52fb9773aa99ab31e803f/docs/index.rst?plain=1#L731-L735 ...
  • webknjaz
  • 2
  • Opened 
    on Jun 26, 2024
  • #514

Hello 👋 I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@esmo-ts) has found a potential issue, which I would be eager to share with you. Could you add a SECURITY.md ...
  • psmoros
  • 6
  • Opened 
    on Apr 6, 2024
  • #492

Hello, In short, I have an issue in my project on linux using pytest when a function from pluggy (load_setuptools_entrypoints) is called making the shared library dependency dynamic resolution ignoring ...
  • lbertho-gpsw
  • 2
  • Opened 
    on Mar 18, 2024
  • #488

I have some code that looks like this: opinions = [] # Every plugin is consulted for their opinion for check in pm.hook.permission_allowed( datasette=self, ...
  • simonw
  • 3
  • Opened 
    on Mar 5, 2024
  • #485

When doing a conda build, we have noticed an issue where pluggy 1.4 searches all home directories for init.py. Reverting to Pluggy 1.3 fixes the issue. Here s the stack trace: $PREFIX/lib/python3.12/site-packages/pluggy/_hooks.py:501: ...
  • psa
  • 2
  • Opened 
    on Feb 15, 2024
  • #480
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! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub