summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Expand)AuthorAgeFilesLines
* scheduler.py: Use threads instead of processes for jobsBenjamin Schubert2020-12-041-1/+1
* setup.cfg: Remove pytest and py from the list of non-typechecked modulesbschubert/typingBenjamin Schubert2020-08-301-1/+1
* node.pyi: Add type annotations for the node moduleBenjamin Schubert2020-08-301-5/+0
* _types.pyi: Add type information for the cython moduleBenjamin Schubert2020-08-301-1/+1
* _utils.pyi: Add type information for _utils.pyxBenjamin Schubert2020-08-301-1/+1
* _loader: Add type information for the loader package's cython filesBenjamin Schubert2020-08-301-1/+1
* _variables.pyi: Add type annotations for _variables.pyxBenjamin Schubert2020-08-301-1/+1
* Add tests for checking the working of a remote cacheWilliam Salmon2020-08-111-0/+1
* Drop unused _fuse packageJürg Billeter2020-06-031-1/+1
* tests/plugins/pip-samples/sample-plugins: Adding a sample pip plugins packageTristan Van Berkom2020-05-041-1/+1
* tests/plugins/loading.py: Added tests for plugin BST_MIN_VERSION guardsTristan Van Berkom2020-04-291-1/+1
* setup.cfg: Increase pytest default timeoutJürg Billeter2020-04-241-1/+1
* Remove "deb" surce plugin, it has beem moved to bst-plugins-experimentaljjardon/move_deb_sourceJavier Jardón2020-01-171-1/+1
* setup.cfg: Don't collect tests from src directoryChandan Singh2019-12-241-1/+1
* Drop support for `setup.py test`Chandan Singh2019-12-231-3/+0
* setup.cfg: Set pytest default timeoutjuerg/pytest-timeoutJürg Billeter2019-12-191-1/+1
* Remove pycodestyleChandan Singh2019-11-141-5/+0
* tests: remove mark.in_subprocessAngelos Evripiotis2019-10-221-1/+0
* setup.cfg: Register mark for pytest-datafileschandan/register-pytest-markChandan Singh2019-10-221-0/+1
* setup.cfg: make xfail marks strict by defaulttraveltissues/strictxfailDarius Makovsky2019-10-091-0/+1
* setup.cfg: Fix xdg env vars to not affect the hostbschubert/fix-xdg-temppathsBenjamin Schubert2019-10-081-4/+1
* Add initial mypy configuration and typesChandan Singh2019-09-021-0/+19
* setup.cfg: Register our already-existing pytest marksTom Mewett2019-08-301-0/+2
* tests: Implement and register in_subprocess pytest markTom Mewett2019-08-301-0/+2
* Set HOME environment variable for testsJürg Billeter2019-08-301-0/+1
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-2/+2
* setup.cfg: Override/relocate XDG_ environment variables when running testsTristan Van Berkom2019-03-201-0/+3
* setup.cfg, tox.ini: Moved coverage support to the tox.ini levelTristan Van Berkom2019-03-041-1/+1
* setup.cfg: exclude .eggs/**, build/** and tmp/** from pycodestyle lintingDor Askayo2019-02-191-1/+1
* setup.cfg: Don't lint by default through setup.py test invocationsTristan Van Berkom2019-01-031-1/+1
* setup.cfg: Specify the pycodestyle configurations separately from pytest conf...Tristan Van Berkom2019-01-031-3/+5
* Use pycodestyle instead of pep8Javier Jardón2019-01-021-13/+4
* setup.cfg: Show timing of the 20 slowest testsJosh Smith2018-08-241-1/+1
* Search for tags with the *.*.* patten for versionwillsalmon/versionTagRegrexWilliam Salmon2018-08-221-0/+1
* setup.cfg: Add tests/integration/project to norecursedirsTristan Van Berkom2018-08-201-1/+1
* setup.py: Add grpcio dependency and support for code generationJürg Billeter2018-07-171-0/+2
* Use versioneer instead of setuptools_scmTristan Van Berkom2018-04-261-0/+8
* Make pylint and pep8 tests run by defaultjennis/add_gi.repository_to_ignored_pylint_modulesJames Ennis2018-03-161-1/+1
* Add pylint to setup.cfg and setup.pyJames Ennis2018-03-141-2/+2
* Merge integration tests into general testsTristan Maat2018-02-071-1/+1
* setup.cfg: Ignore .eggs directory for pep8 linterTristan Van Berkom2017-10-211-0/+1
* Add warnings when staging to /buildstream/build74-prevent-artifacts-from-containing-files-in-buildstream-buildTristan Maat2017-10-191-0/+1
* Fork and embed fusepySam Thursfield2017-09-271-0/+1
* setup.{cfg,py}: Bring back BST_TEST_SUITE env variableTristan Van Berkom2017-09-051-0/+2
* plugin.py: Removed special case for test casesTristan Van Berkom2017-09-031-2/+0
* Added .coveragerc and use that in setup.cfgTristan Van Berkom2017-07-171-1/+1
* Make logging go to stdout when the test suite is being run in CIJonathan Maw2017-05-251-1/+3
* setup.cfg: Ignore pep8 E125.Tristan Van Berkom2017-03-051-0/+1
* Patching setup.cfg file for virtual envAndrew Leeming2017-01-041-0/+2
* Include coverage report in ./setup.py test invocationsTristan Van Berkom2016-12-111-1/+1