-
Notifications
You must be signed in to change notification settings - Fork 196
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
Fixed .jp updated_date domain_name and name_servers #214
Conversation
Thanks for PR! Looks like some tests are failing: |
The tests don't use live data and the parser will need to be updated to reflect your format changes. |
Unfortunately the tests are still failing. You can run tests locally with |
Hey bro, can you tell me why your test cases come with time zone information one time and not the other, I can understand that you use the test used to make sure that the program is correct, but without learning that I have no motivation to fix this tests error as it works fine in my environment. |
You’ll need to figure it out. These tests are contributed by multiple
people over time.
If you’re not motivated that’s fine, I’ll close the PR.
…On Mon, May 20, 2024 at 3:57 PM wakaka6 ***@***.***> wrote:
Unfortunately the tests are still failing. You can run tests locally with python
-m pytest to see what needs fixing.
Hey bro, can you tell me why your test cases come with time zone
information one time and not the other, I can understand that you use the
test used to make sure that the program is correct, but without learning
that I have no motivation to fix this tests error as it works fine in my
environment.
—
Reply to this email directly, view it on GitHub
<#214 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGG3CKWEAFBRX3TZIFVX3MTZDGUF3AVCNFSM6AAAAABG2O3CJCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJZHA4DKMZZGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
There is an issue with using datetime.UTC that causes a silent failure I believe this is because of a NameError, caused by datetime.UTC only being supported on some Python 3 versions I will send a PR to fix it later today, the issue may have been a symptom of this |
whois server return
fixed before
fixed after