pip/tests
Jon Dufresne 50517b2171 Prefer subprocess.DEVNULL over open(os.devnull, 'w')
Available since Python 3.3.

https://docs.python.org/3/library/subprocess.html#subprocess.DEVNULL

Use a context manager for the other opened file, dump.
2020-12-27 08:37:08 -08:00
..
data Add integration tests for experimental feature fast-deps 2020-07-21 16:00:34 +07:00
functional Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyz 2020-12-27 16:18:44 +02:00
lib Prefer subprocess.DEVNULL over open(os.devnull, 'w') 2020-12-27 08:37:08 -08:00
unit Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyz 2020-12-27 16:18:44 +02:00
yaml Update YAML tests for resolver changes 2020-10-30 23:08:47 +05:30
__init__.py Port to Python3 2011-03-15 15:49:48 -04:00
conftest.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00