Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove xdoctest & ignore libgcc for overlinking/overdepending checks #5471

Merged
merged 4 commits into from
Sep 4, 2024

Conversation

kenodegard
Copy link
Contributor

@kenodegard kenodegard commented Aug 30, 2024

Description

Found that while we were passing --xdoctest-modules we haven't actually been running any docstring example codes anyhow since pytest only crawls the tests directory by default.

Correcting this (and/or switching to use doctests instead) is out of scope and relegated to a future effort.

Also ignoring over depending checks for libgcc on linux as was previously done for libgcc-ng since conda-forge recently renamed libgcc-ng to libgcc.

Closes #5470
Closes #5469
Closes #5468
Closes #5475
Closes #5476

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Aug 30, 2024
@kenodegard kenodegard marked this pull request as ready for review August 30, 2024 16:42
@kenodegard kenodegard requested a review from a team as a code owner August 30, 2024 16:42
Copy link

codspeed-hq bot commented Aug 30, 2024

CodSpeed Performance Report

Merging #5471 will not alter performance

Comparing kenodegard:remove-xdoctest (412931f) with main (abb3f18)

Summary

✅ 3 untouched benchmarks

beeankha
beeankha previously approved these changes Aug 30, 2024
@kenodegard kenodegard changed the title Remove xdoctest Remove xdoctest & ignore compiler's run_exports Sep 3, 2024
@kenodegard kenodegard changed the title Remove xdoctest & ignore compiler's run_exports Remove xdoctest & ignore libgcc for overlinking/overdepending checks Sep 3, 2024
@kenodegard kenodegard requested review from beeankha, isuruf and a team September 4, 2024 00:24
@kenodegard kenodegard merged commit f702c3a into conda:main Sep 4, 2024
28 checks passed
@kenodegard kenodegard deleted the remove-xdoctest branch September 4, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

tests/test_api_build.py::test_sysroots_detection failure ABI conflict in test suite on osx-64
4 participants