-
Notifications
You must be signed in to change notification settings - Fork 21
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
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
Projects
Status
To do
What's needed?
pytest9.1 will ship with support fordatetimeandtimedeltainapprox(), we should replace the custom implementation we have.