Change extension of pickle file to .pickle
This commit is contained in:
parent
45ae660dea
commit
d6c56673e3
|
@ -3,7 +3,7 @@ import pickle
|
|||
from pipdeptree import req_version, non_top_pkg_name, render_tree
|
||||
|
||||
|
||||
with open('tests/pkgs.p') as f:
|
||||
with open('tests/pkgs.pickle') as f:
|
||||
pkgs = pickle.load(f)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue