Revert "Bump to pytest-salt-factories==1.0.0rc23 on Python >= 3.7"

This reverts commit 8bd0b7dabb.
This commit is contained in:
Pedro Algarvio 2022-12-16 22:24:00 +00:00 committed by Pedro Algarvio
parent c0c9402e63
commit a350c4474a
21 changed files with 22 additions and 41 deletions

View file

@ -2,9 +2,8 @@ mock >= 3.0.0
# PyTest
pytest >= 7.0.1; python_version <= "3.6"
pytest >= 7.2.0; python_version > "3.6"
pytest-salt-factories >= 1.0.0rc23; sys_platform == 'win32'
pytest-salt-factories[docker] == 1.0.0rc21; sys_platform != 'win32' and python_version <= "3.6"
pytest-salt-factories[docker] >= 1.0.0rc23; sys_platform != 'win32' and python_version > "3.6"
pytest-salt-factories >= 1.0.0rc21; sys_platform == 'win32'
pytest-salt-factories[docker] >= 1.0.0rc21; sys_platform != 'win32'
pytest-tempdir >= 2019.10.12
pytest-helpers-namespace >= 2019.1.8
pytest-subtests

View file

@ -688,7 +688,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories[docker]==1.0.0rc23 ; sys_platform != "win32" and python_version > "3.6"
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories
@ -748,7 +748,6 @@ pyyaml==5.4.1
# clustershell
# junos-eznc
# kubernetes
# pytest-salt-factories
# yamlordereddictloader
pyzmq==23.2.0 ; python_version >= "3.9"
# via

View file

@ -686,7 +686,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories[docker]==1.0.0rc23 ; sys_platform != "win32" and python_version > "3.6"
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories
@ -744,7 +744,6 @@ pyyaml==5.4.1
# clustershell
# junos-eznc
# kubernetes
# pytest-salt-factories
# yamllint
# yamlordereddictloader
pyzmq==23.2.0 ; python_version >= "3.9"

View file

@ -683,7 +683,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories[docker]==1.0.0rc23 ; sys_platform != "win32" and python_version > "3.6"
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories
@ -741,7 +741,6 @@ pyyaml==5.4.1
# clustershell
# junos-eznc
# kubernetes
# pytest-salt-factories
# yamllint
# yamlordereddictloader
pyzmq==23.2.0 ; python_version >= "3.9"

View file

@ -705,7 +705,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories[docker]==1.0.0rc23 ; sys_platform != "win32" and python_version > "3.6"
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories
@ -772,7 +772,6 @@ pyyaml==5.4.1
# clustershell
# junos-eznc
# kubernetes
# pytest-salt-factories
# yamllint
# yamlordereddictloader
pyzmq==23.2.0 ; python_version >= "3.9"

View file

@ -250,7 +250,7 @@ pytest-helpers-namespace==2021.12.29
# pytest-shell-utilities
pytest-httpserver==1.0.6
# via -r requirements/pytest.txt
pytest-salt-factories==1.0.0rc23 ; sys_platform == "win32"
pytest-salt-factories==1.0.0rc22 ; sys_platform == "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.7.0
# via pytest-salt-factories
@ -311,7 +311,6 @@ pyyaml==5.4.1
# -r requirements/base.txt
# clustershell
# kubernetes
# pytest-salt-factories
# yamllint
pyzmq==23.2.0 ; python_version >= "3.9"
# via

View file

@ -710,7 +710,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32" and python_version <= "3.6"
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories

View file

@ -727,7 +727,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32" and python_version <= "3.6"
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories

View file

@ -732,7 +732,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories[docker]==1.0.0rc23 ; sys_platform != "win32" and python_version > "3.6"
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories
@ -793,7 +793,6 @@ pyyaml==5.4.1
# junos-eznc
# kubernetes
# napalm
# pytest-salt-factories
# yamlordereddictloader
pyzmq==21.0.2 ; python_version < "3.9"
# via

View file

@ -723,7 +723,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories[docker]==1.0.0rc23 ; sys_platform != "win32" and python_version > "3.6"
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories
@ -782,7 +782,6 @@ pyyaml==5.4.1
# junos-eznc
# kubernetes
# napalm
# pytest-salt-factories
# yamllint
# yamlordereddictloader
pyzmq==18.0.1 ; python_version < "3.9"

View file

@ -743,7 +743,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories[docker]==1.0.0rc23 ; sys_platform != "win32" and python_version > "3.6"
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories
@ -811,7 +811,6 @@ pyyaml==5.4.1
# junos-eznc
# kubernetes
# napalm
# pytest-salt-factories
# yamllint
# yamlordereddictloader
pyzmq==18.0.1 ; python_version < "3.9"

View file

@ -264,7 +264,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories==1.0.0rc23 ; sys_platform == "win32"
pytest-salt-factories==1.0.0rc21 ; sys_platform == "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories
@ -326,7 +326,6 @@ pyyaml==5.4.1
# -r requirements/base.txt
# clustershell
# kubernetes
# pytest-salt-factories
# yamllint
pyzmq==22.0.3 ; python_version < "3.9" and sys_platform == "win32"
# via

View file

@ -721,7 +721,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories[docker]==1.0.0rc23 ; sys_platform != "win32" and python_version > "3.6"
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories
@ -782,7 +782,6 @@ pyyaml==5.4.1
# junos-eznc
# kubernetes
# napalm
# pytest-salt-factories
# yamlordereddictloader
pyzmq==21.0.2 ; python_version < "3.9"
# via

View file

@ -713,7 +713,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories[docker]==1.0.0rc23 ; sys_platform != "win32" and python_version > "3.6"
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories
@ -772,7 +772,6 @@ pyyaml==5.4.1
# junos-eznc
# kubernetes
# napalm
# pytest-salt-factories
# yamllint
# yamlordereddictloader
pyzmq==19.0.0 ; python_version < "3.9"

View file

@ -733,7 +733,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories[docker]==1.0.0rc23 ; sys_platform != "win32" and python_version > "3.6"
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories
@ -801,7 +801,6 @@ pyyaml==5.4.1
# junos-eznc
# kubernetes
# napalm
# pytest-salt-factories
# yamllint
# yamlordereddictloader
pyzmq==19.0.0 ; python_version < "3.9"

View file

@ -252,7 +252,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories==1.0.0rc23 ; sys_platform == "win32"
pytest-salt-factories==1.0.0rc21 ; sys_platform == "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories
@ -314,7 +314,6 @@ pyyaml==5.4.1
# -r requirements/base.txt
# clustershell
# kubernetes
# pytest-salt-factories
# yamllint
pyzmq==22.0.3 ; python_version < "3.9" and sys_platform == "win32"
# via

View file

@ -724,7 +724,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories[docker]==1.0.0rc23 ; sys_platform != "win32" and python_version > "3.6"
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories
@ -785,7 +785,6 @@ pyyaml==5.4.1
# junos-eznc
# kubernetes
# napalm
# pytest-salt-factories
# yamlordereddictloader
pyzmq==23.2.0 ; python_version >= "3.9"
# via

View file

@ -719,7 +719,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories[docker]==1.0.0rc23 ; sys_platform != "win32" and python_version > "3.6"
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories
@ -778,7 +778,6 @@ pyyaml==5.4.1
# junos-eznc
# kubernetes
# napalm
# pytest-salt-factories
# yamllint
# yamlordereddictloader
pyzmq==23.2.0 ; python_version >= "3.9"

View file

@ -716,7 +716,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories[docker]==1.0.0rc23 ; sys_platform != "win32" and python_version > "3.6"
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories
@ -775,7 +775,6 @@ pyyaml==5.4.1
# junos-eznc
# kubernetes
# napalm
# pytest-salt-factories
# yamllint
# yamlordereddictloader
pyzmq==23.2.0 ; python_version >= "3.9"

View file

@ -738,7 +738,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories[docker]==1.0.0rc23 ; sys_platform != "win32" and python_version > "3.6"
pytest-salt-factories[docker]==1.0.0rc21 ; sys_platform != "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories
@ -806,7 +806,6 @@ pyyaml==5.4.1
# junos-eznc
# kubernetes
# napalm
# pytest-salt-factories
# yamllint
# yamlordereddictloader
pyzmq==23.2.0 ; python_version >= "3.9"

View file

@ -253,7 +253,7 @@ pytest-helpers-namespace==2021.4.29
# pytest-shell-utilities
pytest-httpserver==1.0.4
# via -r requirements/pytest.txt
pytest-salt-factories==1.0.0rc23 ; sys_platform == "win32"
pytest-salt-factories==1.0.0rc21 ; sys_platform == "win32"
# via -r requirements/pytest.txt
pytest-shell-utilities==1.6.0
# via pytest-salt-factories
@ -315,7 +315,6 @@ pyyaml==5.4.1
# -r requirements/base.txt
# clustershell
# kubernetes
# pytest-salt-factories
# yamllint
pyzmq==23.2.0 ; python_version >= "3.9"
# via