Commit Graph

197 Commits

Author SHA1 Message Date
Pedro Algarvio
c086a7546a
Add crypto requirements constrains.
Additionally, add support for OSX constrains file into noxfile.
2019-10-28 13:55:06 +00:00
Pedro Algarvio
0d13fbc2ed
Address static requirements security vulnerabilities 2019-10-17 20:22:46 +01:00
Pedro Algarvio
503f1e2a82
Consolidate linux static requirements 2019-10-17 20:22:46 +01:00
Pedro Algarvio
fe31c3963c
The transport is no longer part of the requirements filename 2019-10-17 20:22:46 +01:00
Pedro Algarvio
732486e485
Remove requirements files we shouldn't be using anymore 2019-10-17 20:22:45 +01:00
Pedro Algarvio
546a9511be
RAET is now deprecated 2019-10-10 09:47:05 +01:00
Daniel Wozniak
fbac4aa1dc
Merge branch 'master' into 2019.2.1-merge-master 2019-10-07 16:18:32 -07:00
Bryce Larson
3ea42dd7a7
remove empty log files 2019-10-04 09:34:18 -06:00
Tyler Johnson
83c4ee1730
Updated paramiko version for python3.7 compatibility on debian10 2019-10-04 09:34:16 -06:00
Bryce Larson
f5492bd7f0
add debian 10 requirements 2019-10-04 09:34:07 -06:00
David Hilton
93ebd0984a
update mock (py2) from 2.0.0 to 3.0.5 2019-09-27 05:33:09 -06:00
twangboy
2658634fa6
pre-commit 2019-08-07 11:32:23 -06:00
twangboy
35691f22bc
Add watchdog to Linux and OSX .in files 2019-08-07 11:32:21 -06:00
twangboy
5ef5969f76
Rremove opensuse 42 static files 2019-08-07 11:32:21 -06:00
twangboy
ec285d07a3
Remove watchdog from the rest of the .in files 2019-08-07 11:32:20 -06:00
twangboy
b934d53189
Remove watchdog from windows.in 2019-08-07 11:32:19 -06:00
Pedro Algarvio
4f47d500a9
Update static requirements 2019-08-07 09:58:44 -06:00
twangboy
762fe3bc77
Remove some fluff 2019-08-07 09:58:44 -06:00
twangboy
946076ce83
Add watchdog for tests 2019-08-07 09:58:44 -06:00
twangboy
15ee4794c3
Compile static requirements 2019-08-07 09:58:43 -06:00
twangboy
78a5723bb3
Add watchdog to Linux and OSX .in files 2019-08-07 09:58:43 -06:00
twangboy
9a0f08a7f9
Update static requirements 2019-08-07 09:58:43 -06:00
twangboy
5cad13b346
Rremove opensuse 42 static files 2019-08-07 09:58:43 -06:00
twangboy
1f05fce27a
Remove watchdog from the rest of the .in files 2019-08-07 09:58:42 -06:00
twangboy
c410a4b2fb
Remove watchdog from windows.in 2019-08-07 09:58:42 -06:00
Pedro Algarvio
005bed9ce0
Update static requirements 2019-08-07 09:58:41 -06:00
twangboy
c1bc627669
Remove some fluff 2019-08-07 09:58:41 -06:00
twangboy
92c8d4795a
Add watchdog for tests 2019-08-07 09:58:41 -06:00
Ch3LL
4580030999
[2019.2.1] Add pygit2 requirement 2019-07-23 15:37:50 -04:00
Pedro Algarvio
36198cd1a3
Delete Opensuse 42 static requirements 2019-07-03 12:58:29 +01:00
Pedro Algarvio
4413626589
Delete Fedora 28 static requirements 2019-07-03 12:55:57 +01:00
Pedro Algarvio
41809e54a7
Add Fedora 30 requirements files 2019-07-03 12:27:46 +01:00
Ch3LL
fa22b39854
Add pypsexec requirement for cloud tests 2019-06-13 15:51:34 -04:00
Pedro Algarvio
5aee99bd56
Take into account the packaging requirements for OSX 2019-06-11 14:30:12 +01:00
Pedro Algarvio
b9618f6fa6
Take into account the packaging requirements for windows 2019-06-11 14:30:12 +01:00
Akmod
1c3667a3ac
Updated paramiko to version 2.2.3 for python3.7 support (#53356)
* Updated paramiko to version 2.2.3 for python3.7 support

* Handle nox running under Py2 and Py3

* Stop compiling static TCP requirements.

* Fix Amazon 2018.03 in excludes

* Compile requirements files
2019-06-05 12:07:28 -06:00
Pedro Algarvio
1cf57e9418
Merge pull request #53273 from s0undt3ch/hotfix/py3-nox-docs-2019.2.1
[2019.2.1] Switch docs building under Py3
2019-06-05 11:01:02 +01:00
Pedro Algarvio
bec7fa5521
The TCP transport needs the exact same requirements as the ZeroMQ one
```
10:38:21          test_down (integration.runners.test_manage.ManageTest) ... 09:37:29,619 [salt.minion                                               :3064][CRITICAL] Unexpected error while connecting to localhost
10:38:21        Traceback (most recent call last):
10:38:21          File "/tmp/kitchen/testing/salt/minion.py", line 3036, in _connect_syndic
10:38:21            yield syndic.connect_master(failed=failed)
10:38:21          File "/tmp/kitchen/testing/.nox/runtests-parametrized-2-7-coverage-true-crypto-none-transport-tcp/lib/python2.7/site-packages/tornado/gen.py", line 1055, in run
10:38:21            value = future.result()
10:38:21          File "/tmp/kitchen/testing/.nox/runtests-parametrized-2-7-coverage-true-crypto-none-transport-tcp/lib/python2.7/site-packages/tornado/concurrent.py", line 238, in result
10:38:21            raise_exc_info(self._exc_info)
10:38:21          File "/tmp/kitchen/testing/.nox/runtests-parametrized-2-7-coverage-true-crypto-none-transport-tcp/lib/python2.7/site-packages/tornado/gen.py", line 1063, in run
10:38:21            yielded = self.gen.throw(*exc_info)
10:38:21          File "/tmp/kitchen/testing/salt/minion.py", line 1218, in connect_master
10:38:21            master, self.pub_channel = yield self.eval_master(self.opts, self.timeout, self.safe, failed)
10:38:21          File "/tmp/kitchen/testing/.nox/runtests-parametrized-2-7-coverage-true-crypto-none-transport-tcp/lib/python2.7/site-packages/tornado/gen.py", line 1055, in run
10:38:21            value = future.result()
10:38:21          File "/tmp/kitchen/testing/.nox/runtests-parametrized-2-7-coverage-true-crypto-none-transport-tcp/lib/python2.7/site-packages/tornado/concurrent.py", line 238, in result
10:38:21            raise_exc_info(self._exc_info)
10:38:21          File "/tmp/kitchen/testing/.nox/runtests-parametrized-2-7-coverage-true-crypto-none-transport-tcp/lib/python2.7/site-packages/tornado/gen.py", line 307, in wrapper
10:38:21            yielded = next(result)
10:38:21          File "/tmp/kitchen/testing/salt/minion.py", line 713, in eval_master
10:38:21            pub_channel = salt.transport.client.AsyncPubChannel.factory(self.opts, **factory_kwargs)
10:38:21          File "/tmp/kitchen/testing/salt/transport/client.py", line 161, in factory
10:38:21            import salt.transport.zeromq
10:38:21          File "/tmp/kitchen/testing/salt/transport/zeromq.py", line 41, in <module>
10:38:21            import zmq.error
10:38:21        ImportError: No module named zmq.error
```
2019-05-29 13:10:46 +01:00
Pedro Algarvio
98653c068d
Allow docs to be built on Python >= 3.5, not just Python 3.6 2019-05-29 11:42:12 +01:00
Pedro Algarvio
07f432796c
Switch docs building under Py3
Refs #53137
2019-05-29 11:42:01 +01:00
Pedro Algarvio
e3f3cc9b66
Add Amazon Linux 2018.3 and 2 static requirements 2019-05-25 10:37:17 +01:00
Pedro Algarvio
12a94084fb
Add Py3.7 static requirements 2019-05-09 14:20:52 +01:00
Pedro Algarvio
b1dc7f651b
Pin to moto<=1.3.7 because of https://github.com/spulec/moto/pull/1952
No globally changing the environment on import, please.
2019-05-09 14:19:15 +01:00
Pedro Algarvio
63663cfc1c
We no longer test againt Ubuntu 14.04 which reached EOL 2019-05-08 13:16:52 +01:00
Pedro Algarvio
e3e37613a7
Proper english in requirements comments 2019-05-08 13:16:52 +01:00
Pedro Algarvio
f73420b5fe
Install mock on Python < 3.6 2019-05-08 13:16:46 +01:00
Pedro Algarvio
28fbde19bb
Add moto to the windows dependencies 2019-05-08 13:16:46 +01:00
Daniel A. Wozniak
8cbecc164d
Pin kubernetes to <4.0 2019-05-08 13:16:46 +01:00
Pedro Algarvio
f4ae97f795
Upgrade etcd to > 0.4.2 2019-05-08 13:16:44 +01:00
Pedro Algarvio
7838acef5d
impacket does not support Py3 2019-05-08 13:16:43 +01:00