Skip to content

Commit 064abac

Browse files
committedMar 27, 2022
test_setup: fix with newer setuptools
We are creating a fake dist here, and newer setuptools requires some things to be explicitely set now, like where the packages live.
1 parent e96a5fd commit 064abac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/test_setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
@fixture
3737
def dist(temp_po_dir) -> GDistribution:
3838
dist = GDistribution()
39+
dist.packages = []
3940
dist.po_directory = str(temp_po_dir)
4041
return dist
4142

0 commit comments

Comments
 (0)
Please sign in to comment.