Skip to content

Conversation

@mudit2812
Copy link
Contributor

The pytest.mark.capture marker is for tests that should be run by the capture tests runner, but we want these tests to only run with the external-tests runner. Just to be safe, this PR is removing the capture marker and replacing it with explicit usage of the enable_disable_plxpr fixture, which is added under the hood automatically by the capture marker.

@mudit2812 mudit2812 added the unified compiler Issues and pull requests related to PennyLane's xDSL python compiler. label Sep 10, 2025
@codecov
Copy link

codecov bot commented Sep 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.40%. Comparing base (3a30488) to head (9bf47b4).
⚠️ Report is 11 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8234      +/-   ##
==========================================
- Coverage   99.41%   99.40%   -0.01%     
==========================================
  Files         548      548              
  Lines       56928    56928              
==========================================
- Hits        56593    56592       -1     
- Misses        335      336       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mudit2812 mudit2812 added this pull request to the merge queue Sep 11, 2025
Merged via the queue into master with commit 7410001 Sep 11, 2025
52 checks passed
@mudit2812 mudit2812 deleted the compiler-capture-marker-removal branch September 11, 2025 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

unified compiler Issues and pull requests related to PennyLane's xDSL python compiler.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants