| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #3112 from getpelican/update-functional-test-output | Justin Mayer | 2023-04-20 | 1 | -2/+2 |
| |\ | |||||
| | * | Update Pygments and Markdown dependency versions | Justin Mayer | 2023-03-27 | 1 | -2/+2 |
| | | | |||||
| * | | Pin Flake8 to 3.9.* in requirements/style.pip | Justin Mayer | 2023-03-27 | 1 | -1/+1 |
| |/ | |||||
| * | unpin flake8 and do not install pelican while checking | Deniz Turgut | 2022-10-23 | 1 | -1/+1 |
| | | | | | | | installing pelican brings in markdown. flake8 and markdown have incompatible requirements for importlib-metadata. installing pelican is not required to run flake8. | ||||
| * | Pin Flake8 due to upper bound on importlib-metadata | Justin Mayer | 2022-08-01 | 1 | -1/+1 |
| | | | | | See: https://github.com/PyCQA/flake8/pull/1438 | ||||
| * | Update Jinja & Markdown dev dependency versions | Justin Mayer | 2022-08-01 | 1 | -1/+1 |
| | | |||||
| * | Update Sphinx and Furo theme dependency versions | Justin Mayer | 2022-08-01 | 1 | -1/+1 |
| | | |||||
| * | Add Furo as requirement for docs | Paolo Melchiorre | 2022-08-01 | 1 | -1/+1 |
| | | |||||
| * | Pin Sphinx to avoid aggressive extlinks warning | Justin Mayer | 2022-02-01 | 1 | -1/+1 |
| | | | | | See: https://github.com/sphinx-doc/sphinx/issues/10112 | ||||
| * | Relax dependency minimum versions | Justin Mayer | 2021-03-23 | 1 | -2/+2 |
| | | | | | | | Specifying a floor, but not a ceiling, for core dependencies should help prevent dependency resolution conflicts. Dependencies that affect functional test output are pinned more tightly. | ||||
| * | Update Pygments dev dependency to v2.8 | Justin Mayer | 2021-02-18 | 1 | -1/+1 |
| | | |||||
| * | Allow latest Python-Markdown to be installed | Justin Mayer | 2021-01-15 | 1 | -1/+1 |
| | | | | | | | | | | Pinning dependencies to specific versions creates conflicts when other packages require more recent versions. We can do our part by allowing for a wider range of dependency versions, specifying only the oldest version that will still work. Meanwhile, we ensure that test environments use a specific pinned dependency in order to match the expected functional test output. | ||||
| * | Allow latest Pygments to be installed | Nam Nguyen | 2021-01-15 | 1 | -1/+1 |
| | | | | | | Otherwise, installation conflicts can result when plugins/themes require more recent Pygments versions. | ||||
| * | Count CPU cores via psutil for parallel testing | Justin Mayer | 2020-11-02 | 1 | -1/+1 |
| | | | | | | | psutil does a much better job at accurately counting CPU cores, of which pytest-xdist takes advantage for the purposes of running tests concurrently. | ||||
| * | Upgrade pytest-xdist dev dependency to v2.0 | Justin Mayer | 2020-08-16 | 1 | -1/+1 |
| | | | | | | Also, stop pinning pytest version, since older version combined with pytest-xdist 2.0 caused CI test errors. | ||||
| * | Cleanup test environment and requirements | Deniz Turgut | 2020-05-09 | 2 | -2/+1 |
| | | | | | | | | - pytest: verbose isn't needed but show skipped tests - mock is not needed anymore. it is part of stdlib - Unpin Sphinx and fix warning about lexer - Mirror tox command for doc build in tasks.py | ||||
| * | Run tests in parallel on multi-core systems | Justin Mayer | 2020-04-13 | 1 | -0/+1 |
| | | | | | | Uses pytest-xdist to run tests on two cores simultaneously, speeding up test runs by nearly 40%. | ||||
| * | Pin Pygments to 2.6.1 | Justin Mayer | 2020-04-12 | 1 | -0/+1 |
| | | |||||
| * | Move more test deps from CI config to requirements | Justin Mayer | 2020-04-12 | 1 | -0/+1 |
| | | |||||
| * | Pin pytest until 5.4.x series has stabilized | Justin Mayer | 2020-04-12 | 1 | -1/+1 |
| | | | | | Version 5.4.1 is currently incompatible with pytest-sugar. | ||||
| * | Remove Bumpr | Justin Mayer | 2019-11-13 | 1 | -1/+0 |
| | | |||||
| * | Add Invoke tasks for building and serving docs | Justin Mayer | 2019-11-12 | 1 | -0/+1 |
| | | |||||
| * | Add Pytest as development dependency | Justin Mayer | 2019-11-12 | 1 | -0/+1 |
| | | |||||
| * | Pin Python-Markdown to >= 3.1 in test requirements | Justin Mayer | 2019-06-10 | 1 | -1/+1 |
| | | | | | Closes #2493 | ||||
| * | Un-pin Python-Markdown version in test requirements | Justin Mayer | 2019-05-13 | 1 | -1/+1 |
| | | | | | Refs #2493 #2569 | ||||
| * | Pin Python-Markdown until fixed v3.1 is released | Justin Mayer | 2018-10-25 | 1 | -1/+1 |
| | | |||||
| * | Add python3.6 test environment | derwinlu | 2017-01-23 | 3 | -5/+6 |
| | | | | | | | * Add py36 environment to tox * Unify dependencies across manual installation and tox * Mention tox in the docs | ||||
| * | Fixes 2059: Fix sphinx version to 1.4.9 for docs tests | Deniz Turgut | 2016-12-10 | 1 | -1/+1 |
| | | |||||
| * | Use flake8-import-order packaged release | Justin Mayer | 2016-10-07 | 1 | -1/+1 |
| | | | | | | | Packaged releases weren't available previously, which required us to install the master branch version. Now that releases are being published to PyPI, we should use those. | ||||
| * | Separate pip requirements. Fixes #1808 | Mr. Senko | 2016-05-24 | 3 | -0/+20 |
