[issue39326] Python-3.8.1 "test_importlib" failed

2021-09-01 Thread STINNER Victor


STINNER Victor  added the comment:

> Can you please attach the output log of the test?

Since the original reporter didn't reply, we cannot investigate the issue and I 
close it. If you still have the issue, please reopen the issue with the full 
test output (attached as a file).

--
nosy: +vstinner
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39326] Python-3.8.1 "test_importlib" failed

2020-09-26 Thread Rahul Kumaresan


Change by Rahul Kumaresan :


--
nosy: +rahul-kumi

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39326] Python-3.8.1 "test_importlib" failed

2020-09-25 Thread Vinícius Viana W .

Vinícius Viana W.  added the comment:

I had this issue too, but in Python-3.8.6. I did what @Darryl Hall Jr 
suggested. But in my case, I just needed to ran 'sudo apt-get install 
zlib1g-dev', and then, I ran 'sudo make testall', and I got: 'Tests result: 
SUCCESS'!

Thank you

--
nosy: +viana200610

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39326] Python-3.8.1 "test_importlib" failed

2020-05-31 Thread Darryl Hall Jr


Darryl Hall Jr  added the comment:

@Divyansh_tiwari I had the same issue, but on Python-3.8.3. I ran `sudo apt-get 
install zlib1g-dev` then `sudo apt-get install zlibc`. After installing those 2 
packages, I reran `make test` and had test results = success. I hope this might 
work for you as well.

--
nosy: +Darryl Hall Jr
status: pending -> open

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39326] Python-3.8.1 "test_importlib" failed

2020-03-11 Thread Karthikeyan Singaravelan


Change by Karthikeyan Singaravelan :


--
status: open -> pending

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39326] Python-3.8.1 "test_importlib" failed

2020-01-13 Thread Karthikeyan Singaravelan


Karthikeyan Singaravelan  added the comment:

Can you please attach the output log of the test?

--
nosy: +xtreak

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39326] Python-3.8.1 "test_importlib" failed

2020-01-13 Thread Divyansh tiwari


New submission from Divyansh tiwari :

Python-3.8.1 after "make test" command in Ubuntu terminal report an error 
saying "test_importlib" failed.

= Tests result: FAILURE then FAILURE ==

1 test failed:
test_importlib

1 re-run test:
test_importlib

==
I re-ran the test my the command make test TESTOPTS="-v test_importlib"

but again result in failed

--
components: Build
messages: 359945
nosy: Divyansh_tiwari
priority: normal
severity: normal
status: open
title: Python-3.8.1 "test_importlib" failed
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com