Eugenio Lacuesta
80db569aea
Migrate CI to GitHub actions ( #4924 )
2021-01-01 19:13:39 -03:00
Adrián Chaves
798a818caf
Move apt-get command from Tox to Travis CI
2020-12-21 13:35:40 +01:00
Adrián Chaves
0dff5781bc
Blind attempt to fix the build of the cryptography-provided OpenSSL
2020-12-21 11:13:14 +01:00
Adrián Chaves
0567fdc56e
Merge remote-tracking branch 'upstream/master' into tox-pip20.2
2020-12-21 11:02:05 +01:00
Adrián Chaves
f6879c681e
SCRAPY_PINNED → _SCRAPY_PINNED
2020-11-23 23:53:03 +01:00
Adrián Chaves
0dc3e6350c
Add a test to check the Twisted version in pinned environments
2020-11-23 22:10:45 +01:00
Adrián Chaves
6ef3dc2029
Use the new pip resolver for Tox environments with pinned dependencies
2020-11-17 22:28:20 +01:00
Adrián Chaves
034d61e6cb
Restrict pip’s --use-feature=2020-resolver to the extra-deps environment
2020-11-11 16:46:03 +01:00
Adrián Chaves
7327145bf3
Remove mitmproxy from pinned environments
2020-10-30 21:34:15 +01:00
Adrián Chaves
3e5bc77737
Remove pinning from the PyPy job
2020-10-30 10:31:33 +01:00
Adrián Chaves
13bcdc9f88
Restore pinned dependencies in tox.ini
2020-10-30 10:28:42 +01:00
dswij
9461414b14
minor changes to remove unnecessary lines
2020-10-07 11:26:53 +07:00
dswij
9f02df20c5
Remove PyDispatcher from general requirements
2020-10-07 01:10:23 +07:00
dswij
ce6884d517
Update tox.ini
2020-10-06 19:51:42 +07:00
dswij
371bb80868
Explicitly declare PyDispatcher as dependencies
2020-10-06 19:45:05 +07:00
dswij
95b2e94496
fix comment error on tox and re-add cache for travis
2020-10-02 01:05:45 +07:00
dswij
cc81f9ed06
add download setting for tox
2020-10-02 00:56:59 +07:00
dswij
f7201b1427
travis and deps
2020-10-01 19:59:23 +07:00
dswij
0ea6ff1136
travis pip version and deps
2020-10-01 16:14:36 +07:00
dswij
66201737a0
fix travis and deps
2020-10-01 15:47:19 +07:00
dswij
f4629fe2cc
Update travis-pip and tox deps conflict for pip20.2
2020-10-01 14:58:14 +07:00
dswij
9186e5a686
add pip 20.2 test for tox
2020-09-29 00:39:36 +07:00
Adrián Chaves
07c1d9c25b
Remove boto3 as a dependency for tests
2020-09-21 23:32:55 +02:00
Adrián Chaves
195f738bba
Update Python version references after dropping support for 3.5 ( #4742 )
...
* Update Python version references after dropping support for 3.5
* Remove outdated test
* Undo change affecting collect_asyncgen
* Undo change to be handled by #4743
* Remove unused import
* Remove unused import
* Update tests/requirements-py3.txt
Co-authored-by: Mikhail Korobov <kmike84@gmail.com>
Co-authored-by: Mikhail Korobov <kmike84@gmail.com>
2020-08-27 15:43:43 +05:00
Eugenio Lacuesta
f1250177dc
Remove Python 3.5 from CI ( #4743 )
2020-08-22 09:33:35 +02:00
Adrián Chaves
aefd43a6c6
Upgrade minimum dependencies for Python 3.6 support
2020-08-11 12:52:54 +02:00
Mikhail Korobov
5e2d1bd187
Merge pull request #4434 from BroodingKangaroo/ISSUE-4250-add_batch_deliveries
...
Feed exports: add batch deliveries
2020-07-29 23:03:28 +05:00
Adrián Chaves
d29bec60d7
Upgrade PyPy for CI, and test both 3.5 (oldest) and 3.6 (newest) ( #4504 )
...
* Upgrade PyPy for CI, and test both 3.5 (oldest) and 3.6 (newest)
* Log a detailed error message to discover why MockServer is not working
* Go for all lines!
* Disable tests based on mitmproxy while running on PyPy
* Fix test_get_func_args for PyPy 3.6+
* Make testPayloadDefaultCiphers work regardless of OpenSSL default ciphers
* Crossing fingers…
* Rename: testPayloadDefaultCiphers → testPayloadDisabledCipher
* Test the PyPy version currently documented as the minimum required version
* Fix the PYPY_VERSION tag
* Update the documentation about supported PyPy versions
* Also test the latest 3.5 Python version with PyPy
* Fix the PYPY_VERSION value for the latest 3.5 version
* Use pinned dependencies for asyncio and PyPy tests against oldest supported Python versions
* Fix PyPy installation for the pypy3-pinned Tox environment
* Try installing Cython
* Maybe PyPy requires lxml 3.6.0?
* install.rst: minor clarification
* lxml 4.0.0 is required on PyPy
* Require setuptools 18.5+
* Revert "Require setuptools 18.5+"
This reverts commit 017ec33ac2 .
* Maintain lxml as a dependency if setuptools < 18.5 is used
2020-07-17 02:19:24 +05:00
Adrián Chaves
c4f9250220
Merge branch 'master' into ISSUE-4250-add_batch_deliveries
2020-07-16 17:44:18 +02:00
Mikhail Korobov
07470e1a3c
Merge pull request #3608 from ejulio/feat-685
...
[MRG+1] Fix for #685 Add Google Cloud Storage Feed Export
2020-07-16 18:11:19 +05:00
Adrián Chaves
3199048520
Complete Azure Pipelines CI setup
2020-07-03 00:56:24 +02:00
BroodingKangaroo
77333666f1
resolve conflicts
2020-06-26 14:55:46 +03:00
Eugenio Lacuesta
b99fe4aa4c
Add google-cloud-storage to the 'pinned' tox environment
2020-06-19 21:41:15 -03:00
Eugenio Lacuesta
7babf359e0
Typing: Tox env, CI job
2020-06-18 13:56:07 -03:00
Eugenio Lacuesta
ec98dabfab
Support for dataclass and attrs items ( #3881 )
2020-06-14 11:45:27 +02:00
BroodingKangaroo
10ae1a284f
Minor fixes
2020-05-15 22:50:54 +03:00
BroodingKangaroo
111a58fe3d
Merge remote-tracking branch 'upstream/master' into ISSUE-4250-add_batch_deliveries
2020-05-14 09:53:14 +03:00
Mikhail Korobov
794ab19660
Merge pull request #3727 from Gallaecio/pylint
...
Use pylint
2020-05-09 02:22:54 +05:00
Adrián Chaves
a79cfce57b
Merge branch 'master' into pylint
2020-05-06 16:24:13 +02:00
Adrián Chaves
418b9b5f52
Travis CI: do not run security and Flake8 on multiple jobs
2020-05-06 11:15:02 +02:00
BroodingKangaroo
df81870f39
Merge branch 'master' of https://github.com/scrapy/scrapy into ISSUE-4250-add_batch_deliveries
2020-05-01 12:18:39 +03:00
BroodingKangaroo
3f9874fac9
Add test s3 export
2020-05-01 11:52:16 +03:00
Adrián Chaves
5c0f11b4ef
Simplify the asyncio Tox environment
2020-04-28 17:32:53 +02:00
Adrián Chaves
901892dab3
Fix the hoverxref configuration
2020-04-16 14:48:38 +02:00
Eugenio Lacuesta
11941c3244
Remove elusive six occurrence from tox.ini
2020-02-05 13:27:54 -03:00
Andrey Rakhmatullin
30ebd05a5f
Simplify the tox asyncio entries.
2019-12-27 00:05:14 +05:00
Andrey Rakhmatullin
20289be810
Merge remote-tracking branch 'origin/master' into asyncio-base
2019-12-20 19:31:20 +05:00
Adrián Chaves
00517ec273
Merge branch 'master' into docs-py38
2019-12-18 15:50:49 +01:00
Adrián Chaves
8c5a8a02ae
Merge branch 'master' into pylint
2019-12-18 15:43:40 +01:00
Mikhail Korobov
053319334c
Merge pull request #4179 from Gallaecio/user-friendlier-tox
...
Make tox configuration more user friendly
2019-12-18 18:35:19 +05:00