Pedro Algarvio
dc7e16aed2
Don't lock the docker requirement. It's not locked on the other platforms
2019-05-08 13:16:26 +01:00
Pedro Algarvio
5476ba2aa5
Kubernetes 3.0.0 does include the requirements files. pip-compile chokes on that
2019-05-08 13:16:26 +01:00
Pedro Algarvio
79a8261a0d
Previously generated requirements were py2 only
2019-05-08 13:16:26 +01:00
Pedro Algarvio
1e29666393
IOFLO is pulled in from the raet requirements
2019-05-08 13:16:26 +01:00
Ch3LL
4945e35085
Fix pylint on 2017.7.9
2019-05-08 13:16:26 +01:00
Pedro Algarvio
036bf686c0
Rerun failed tests
2019-05-08 13:16:26 +01:00
Pedro Algarvio
03a9601aff
Ignore .nox
directory
2019-05-08 13:16:25 +01:00
Wayne Werner
50cb630e97
We have long files
2019-05-08 13:16:25 +01:00
Wayne Werner
db2392f8a3
Update CodeClimate settings
...
https://codeclimate.com/github/saltstack/salt/pull/51461 had a matching
block with mass of 38. Apparently that's too low because that code was
not even the same at all. Bumping it up a bit to avoid false positives.
Also disable argument count checks because we really don't need that
here.
2019-05-08 13:16:25 +01:00
Daniel A. Wozniak
899c80e723
Fix integration.client.test_kwarg test timeouts
2019-05-08 13:16:25 +01:00
Shane Lee
77355e25fe
Merge pull request #52852 from garethgreenaway/52836_test_argspec_report_failing
...
[2019.2.1] Fixes to unit.utils.test_args.test_argspec_report
2019-05-07 13:25:47 -06:00
Gareth J. Greenaway
eee5a38db6
Merge branch '2019.2.1' into 52836_test_argspec_report_failing
2019-05-07 09:37:44 -07:00
Gareth J. Greenaway
dcc5fde3df
Merge pull request #52845 from Ch3LL/bp-52780
...
Backport #52780 into 2019.2.1
2019-05-07 09:27:20 -07:00
Gareth J. Greenaway
dfff09bd1a
Merge branch '2019.2.1' into bp-52780
2019-05-07 08:48:03 -07:00
Megan Wilhite
2e4f296ee0
Merge pull request #52851 from Ch3LL/matcher_ext_pillar
...
Reload matcher loader when ext_pillar_first set
2019-05-07 09:12:06 -04:00
Gareth J. Greenaway
8fdc48c0bd
Removing create_autospec and having salt.utils.args.argspec_report run against the _test_spec function directly. Depending on the python version, create_autospec gives different results and cause the test to fail. The test is now more accurate at testing the arguments for the function.
2019-05-06 18:30:16 -07:00
Ch3LL
bdcae5de82
Add docs for new reload kwarg
2019-05-06 18:01:05 -04:00
Ch3LL
fc70884ca1
Reload matcher loader when ext_pillar_first set
2019-05-06 17:57:11 -04:00
Gareth J. Greenaway
8ac74e2dfb
Merge branch '2019.2.1' into bp-52780
2019-05-06 11:13:29 -07:00
Gareth J. Greenaway
cc7a0d1326
Merge pull request #52842 from s0undt3ch/2019.2.1
...
`libcrypto.OpenSSL_version_num` might be a callable
2019-05-06 10:00:36 -07:00
Gareth J. Greenaway
226c7ce85b
Merge branch '2019.2.1' into bp-52780
2019-05-06 09:14:09 -07:00
Sean Brennan
c1eae841ca
Add test
2019-05-06 10:10:14 -04:00
Sean Brennan
69fe65b550
Use rsplit
...
Fixes exception thrown on ipv6 addresses
ValueError: invalid literal for int() with base 10: ':ffff:1.2.3.4:5678'
2019-05-06 10:10:05 -04:00
Pedro Algarvio
a944017d1d
libcrypto.OpenSSL_version_num
might be a callable
2019-05-06 07:50:57 +01:00
Daniel Wozniak
b625a6a0b6
Merge pull request #52839 from twangboy/fix_test_grain
...
Add support for EC2
2019-05-04 10:28:53 -07:00
twangboy
1c9b372405
Add support for EC2
2019-05-03 22:44:55 -06:00
Daniel Wozniak
60029398c6
Merge pull request #52767 from Ch3LL/zmq_filter_test
...
[2019.2.1] Add tests to PR #51983
2019-05-03 01:35:27 -07:00
Daniel Wozniak
59969323c1
Merge pull request #52827 from twangboy/add_pymssql
...
Add pymssql dependency for Windows builds
2019-05-03 01:21:39 -07:00
Daniel Wozniak
e3918c59f7
Merge pull request #52797 from garethgreenaway/52717_debian_tests_segmentation_fault
...
[2019.2.1] Only run the libcrypto init if less than OpenSSL 1.1.0
2019-05-02 22:12:30 -07:00
twangboy
6f0b8e25ae
Add pymssql dependency for Windows builds
2019-05-02 16:59:27 -06:00
Gareth J. Greenaway
7ab096167c
Merge branch '52717_debian_tests_segmentation_fault' of github.com:garethgreenaway/salt into 52717_debian_tests_segmentation_fault
2019-05-02 13:36:09 -07:00
Gareth J. Greenaway
6ffbca52f3
Fixing lint.
2019-05-02 13:34:06 -07:00
Gareth J. Greenaway
f8d816e4b0
Merge branch '2019.2.1' into 52717_debian_tests_segmentation_fault
2019-05-02 08:24:22 -07:00
Gareth J. Greenaway
e24f2f8f21
Only run the libcrypto init if less than OpenSSL 1.1.0.
2019-05-02 08:03:57 -07:00
Megan Wilhite
1ee8f37c77
Merge branch '2019.2.1' into zmq_filter_test
2019-05-02 10:35:53 -04:00
Pedro Algarvio
b68544ffbc
Merge pull request #52771 from twangboy/fix_test_gpg
...
Fix `test_gpg` tests on Windows
2019-05-02 14:30:17 +01:00
Pedro Algarvio
316d05b6e9
Merge pull request #52783 from Ch3LL/fix_boto_yaml
...
Fix boto_apigateway tests for PyYAML 5.1
2019-05-02 14:26:33 +01:00
Ch3LL
cde29cb334
Fix boto_apigateway tests for PyYAML 5.1
2019-05-01 15:40:58 -04:00
Megan Wilhite
d74b6ee7b9
Merge branch '2019.2.1' into zmq_filter_test
2019-05-01 10:33:44 -04:00
twangboy
c7f45c241a
Pass encoding to stringutils.to_unicode
2019-04-30 16:29:03 -06:00
Daniel Wozniak
35094653c9
Merge pull request #52769 from twangboy/fix_test_core
...
Remove domain grain from tests for Windows
2019-04-30 14:14:25 -07:00
Daniel Wozniak
30dc14bab1
Merge pull request #52768 from twangboy/fix_test_win_dacl
...
Remove pchanges... again...
2019-04-30 13:24:26 -07:00
Daniel Wozniak
32102749da
Fix linter warnings
2019-04-30 13:23:45 -07:00
twangboy
0049f85fbe
Remove domain grain from tests
2019-04-30 14:01:24 -06:00
twangboy
123b6075fe
Remove pchanges... again...
2019-04-30 13:53:43 -06:00
Ch3LL
e7c9d6ea22
increase timeout when gathering results
2019-04-30 15:53:39 -04:00
Ch3LL
784786d004
Add zmq_filter unit tests
2019-04-30 15:48:53 -04:00
Loïc Yavercovski
805c5eeb08
encode topic before using hashlib
2019-04-30 15:48:00 -04:00
Daniel Wozniak
3e46f5143d
Merge pull request #52753 from twangboy/skip_test_gen_thin
...
Skip test_gen_thin_compression_fallback_py3
2019-04-29 20:36:26 -07:00
twangboy
811b381714
Skip test_gen_thin_compression_fallback_py3
...
Skips this test on Windows running Python 2
This test is causing python to hard crash, thus killing the entire test
suite
Also simplifies the _get_thintar_prefix function
2019-04-29 16:56:26 -06:00