Commit eab0e48
authored
The local Docker interop build failed with "Multiple top-level packages
discovered in a flat-layout: ['avro', 'userlogs']". The Hadoop tether
tests leave a userlogs/ directory next to the avro/ package, which breaks
setuptools automatic flat-layout package discovery.
Explicitly scope package discovery to avro* so stray directories such as
userlogs/ are ignored.
1 parent 61270d4 commit eab0e48
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
0 commit comments