Commit Graph

26 Commits

Author SHA1 Message Date
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
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
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
e3f3cc9b66
Add Amazon Linux 2018.3 and 2 static requirements 2019-05-25 10:37:17 +01:00
Pedro Algarvio
f73420b5fe
Install mock on Python < 3.6 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
Pedro Algarvio
43321e80f3
Add a cloud nox session for both runtests and pytest 2019-05-08 13:16:40 +01:00
Pedro Algarvio
5ae263cf1c
Update static requirements for 2018.3 branch 2019-05-08 13:16:39 +01:00
Pedro Algarvio
d6d8db119b
Blacklist enum34 on Py>=3.4. Update requirements. 2019-05-08 13:16:33 +01:00
Pedro Algarvio
19a83d5286
Blacklist pycrypto and install pycryptodome instead 2019-05-08 13:16:33 +01:00
Pedro Algarvio
207b83aa25
Update compiled requirements 2019-05-08 13:16:32 +01:00
Pedro Algarvio
48868099a3
We currently only support running lint under Py2.7 2019-05-08 13:16:31 +01:00
Pedro Algarvio
123f771d4b
Lock lint requirements 2019-05-08 13:16:30 +01:00
Pedro Algarvio
8df33ad466
Back to +apache-libcloud==1.0.0 and skip windows for now 2019-05-08 13:16:30 +01:00
Pedro Algarvio
43e3ae6988
Bump apache-libcloud requirement because 1.0.0 fails to install on windows 2019-05-08 13:16:30 +01:00
Pedro Algarvio
d5f78137e0
Remove requiremens for platforms which aren't tested under Py3 2019-05-08 13:16:29 +01:00
Pedro Algarvio
8f02ee9439
Recompile requirements 2019-05-08 13:16:29 +01:00
Pedro Algarvio
4a9c19ca1f
Update(fix) requirements 2019-05-08 13:16:29 +01:00
Pedro Algarvio
33a3467791
We don't test OSX nor Windows under Py3.4 2019-05-08 13:16:29 +01:00
Pedro Algarvio
c2ae2d5ece
We now compile requirements for each of the supported minor version 2019-05-08 13:16:28 +01:00