Skip to content

Conversation

@MaxGhenis
Copy link
Contributor

Summary

Clean up stale smoke test workaround that installed unused dependencies.

Changes

  • Remove Python 3.13 special handling (tables 3.10.2+ has 3.13 wheels now)
  • Remove unused dependencies: synthimpute, click, pathlib, pytest-dependency, tabulate
  • Remove stale comment in setup.py

Why

The workaround was added when tables didn't have Python 3.13 wheels. Now that tables>=3.10.2 supports 3.13, the workaround is unnecessary. The dependencies it installed (especially synthimpute) haven't been used by PolicyEngine in a long time.

Test plan

  • CI will verify that pip install policyengine-us works on Python 3.10-3.13

🤖 Generated with Claude Code

- Remove Python 3.13 special handling (tables now has 3.13 wheels)
- Remove unused dependencies: synthimpute, click, pathlib, pytest-dependency, tabulate
- Remove stale comment in setup.py

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Jan 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.45%. Comparing base (58c2fca) to head (2e8fb6b).
⚠️ Report is 31 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #426      +/-   ##
==========================================
+ Coverage   81.14%   82.45%   +1.31%     
==========================================
  Files         197      202       +5     
  Lines       10228    10585     +357     
  Branches     1057     1066       +9     
==========================================
+ Hits         8299     8728     +429     
+ Misses       1640     1582      -58     
+ Partials      289      275      -14     

☔ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant