[Backport release-22.05] python3Packages.dateparser: patch flaky test#189315
Merged
mweinelt merged 1 commit intorelease-22.05from Sep 1, 2022
Merged
[Backport release-22.05] python3Packages.dateparser: patch flaky test#189315mweinelt merged 1 commit intorelease-22.05from
mweinelt merged 1 commit intorelease-22.05from
Conversation
The dateparser module has a test that works with the current day of the
month and uses it in June 2020. This breaks everytime we build the
package on the 31st of a month, because June only has 30 days.
```
❯ cal 6 2020
Juni 2020
Mo Di Mi Do Fr Sa So
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
```
scrapinghub/dateparser#1053
(cherry picked from commit 0cece84)
13 tasks
Member
|
@ofborg build python3.pkgs.dateparser |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bot-based backport to
release-22.05, triggered by a label in #189312.