mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add distro to FakeExtension to fix tests/pytests/functional/test_version.py tests
This commit is contained in:
parent
58f448405b
commit
6f387ded58
1 changed files with 2 additions and 0 deletions
|
@ -512,6 +512,8 @@ class FakeSaltExtension:
|
|||
setup_requires =
|
||||
wheel
|
||||
setuptools>=50.3.2
|
||||
install_requires =
|
||||
distro
|
||||
|
||||
[options.entry_points]
|
||||
salt.loader=
|
||||
|
|
Loading…
Add table
Reference in a new issue