-
Notifications
You must be signed in to change notification settings - Fork 22
Replace custom datetime approx function with new pytest.approx() #1402
Copy link
Copy link
Open
Labels
part:testsAffects the unit, integration and performance (benchmarks) testsAffects the unit, integration and performance (benchmarks) testspriority:lowThis should be addressed only if there is nothing else on the tableThis should be addressed only if there is nothing else on the tabletype:tech-debtImproves the project without visible changes for usersImproves the project without visible changes for users
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
part:testsAffects the unit, integration and performance (benchmarks) testsAffects the unit, integration and performance (benchmarks) testspriority:lowThis should be addressed only if there is nothing else on the tableThis should be addressed only if there is nothing else on the tabletype:tech-debtImproves the project without visible changes for usersImproves the project without visible changes for users
Type
Fields
Priority
None yet
Effort
None yet
Projects
- StatusShow more project fieldsTo do
What's needed?
pytest9.1 will ship with support fordatetimeandtimedeltainapprox(), we should replace the custom implementation we have.