mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
pytest and pytestsalt should be considered good 3rd-party imports on develop
This commit is contained in:
parent
dae1025977
commit
1e167d4042
2 changed files with 6 additions and 2 deletions
|
@ -56,7 +56,9 @@ allowed-3rd-party-modules = msgpack,
|
|||
Crypto,
|
||||
requests,
|
||||
libcloud,
|
||||
zmq
|
||||
zmq,
|
||||
pytest,
|
||||
pytestsalt
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
# Only show warnings with the listed confidence levels. Leave empty to show
|
||||
|
|
|
@ -53,7 +53,9 @@ allowed-3rd-party-modules = msgpack,
|
|||
Crypto,
|
||||
requests,
|
||||
libcloud,
|
||||
zmq
|
||||
zmq,
|
||||
pytest,
|
||||
pytestsalt
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
# Only show warnings with the listed confidence levels. Leave empty to show
|
||||
|
|
Loading…
Add table
Reference in a new issue