summaryrefslogtreecommitdiff
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Switch to unittest.mockSteve Kowalik2022-03-081-1/+0
| | | | | | | | Since mock is a backport of the standard library, and we no longer support Python 2, we can use the standard library, and drop one external dependency. Change-Id: I798c85f1581f4562908c10cd1b58134cdcb40281
* Install PBR explicitlyClark Boylan2021-04-231-0/+4
| | | | | | | | | | | | | | | We do this because easy_install on python3.5 is failing to find pbr. I believe this is happening due to pypi's deprecation of non SNI tls connections. They report that the version of 3.5 on xenial should be able to do SNI but easy_install at least doesn't seem to do so. Note we restrict this to python>=3 and <=3.5 as python 2.7 had backported fixes. Also, this really only helps with unittesting via tox as we instruct tox to explicitly install the requirements files before creating/installing the package itself. This is the reason we stick this in test-requirements.txt rather than requirements.txt. Change-Id: Iac2c1f4f575de250ed0dba22d33b017322fd7562
* Allow the default of notopic to be configurableMattias Jernberg2021-01-201-1/+1
| | | | | | | | | In our setup branch names are not designed to contain topics and are in certain cases also dictated by other tools. To avoid having git-review constantly overwrite the topics it is useful to set --no-topic to be the default state when running git-review. Change-Id: I1e77e062d73d47f1cceeb34b3418c074d06c9005
* trivial: Update to hacking 2.xStephen Finucane2020-01-161-1/+1
| | | | | | | | Fixes an issue we're seeing in the python3-based gate plus some other random things. Change-Id: I417c0a7669090ee3419c406024f6f3e3289b4c4b Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* Switch from testrepository to stestrSorin Sbarnea2019-02-121-1/+1
| | | | | | | | | Adopts use of newer stestr for running the test suite. Passing TERM is needed or stestr will ignore the --color option when run under tox. Change-Id: Id2d4ce36cdfedd5a847e0428854753d2cf4140ee
* Use doc/requirements and openstackdocsthemeMonty Taylor2018-08-281-2/+0
| | | | | | | oslosphinx is the old hotness. openstackdocstheme is the new hotness. Also, we can use doc/requirements.txt for docs requirements. Change-Id: I9cbc670c8fb065d240251f061919479c87193ff5
* Remove discover from test-requirementsSwapnil Kulkarni (coolsvap)2016-07-221-1/+0
| | | | | | It's only needed for python < 2.7 which is not supported Change-Id: I5adfe5ccc0f64c8788a8e985f40c9450a599bd0e
* Update to newer hacking checksJeremy Stanley2015-06-171-1/+1
| | | | | | | Update to newer hacking checks, and temporarily disable H238 to be fixed in a subsequent patch. Change-Id: I7d59ca5680f958852f73e705e45454a1c4d1c800
* Split README.rst into separate doc filesDoug Hellmann2015-02-031-0/+2
| | | | | | | Split up the README into separate documentation files so we can publish the documentation for git-review. Change-Id: Idcdf43e73c5ca5b8cb239606236e3b2a660c46b7
* Prevent long subjects in reviews causing spurious blank linesDarragh Bailey2014-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | If the last field of the review being listed exceeds the width of the console, then using whitespace padding will result in sufficient spacing being added to all other line that will appear as spurious blank lines if they were otherwise less than the console width. Instead of: 1234 master <subject> 5678 master <really-long-subject-that- wraps-to-next-line> Display: 1234 master <subject> 5678 master <really-long-subject-that- wraps-to-next-line> Change-Id: I290f652f803cf3938a1bdb72c20c85969dbb3319
* Update requirements to OpenStack's recommendationsJeremy Stanley2014-07-031-4/+4
| | | | | | | | | This synchronizes requirements.txt, test-requirements.txt and setup.py with the current state of the openstack/requirements global-requirements.txt list. Also adds flake8 exclusions to tox.ini for new hacking rules with which git-review does not yet comply. Change-Id: I837ba57134bea16dd46c3f512bccd51cb39f76c8
* Bump hacking version in requirementsYuriy Taraday2014-02-211-1/+1
| | | | | | hacking now works fine with Apache header used in git_review/cmd.py Change-Id: I5fd88f19560f004aa69d6f85ec343d444717e167
* Add 2m timeout to testsYuriy Taraday2014-02-051-0/+1
| | | | | | | If some test hangs by some reason, we get 1h delay in the gate until Jenkins kills the job. This will shorten the delay to ~15min tops. Change-Id: I8c6533aecd8b72b6c904c8e1724a0b27ff943d5b
* Migrate to pbr.Dina Belova2013-08-151-0/+5
For ease of future source code maintenance by OpenStack developers, git-review is now adopting the same Python Build Reasonableness as used by current OpenStack projects. Closes-Bug: 1179007 Change-Id: I20427b51e84b90dcc1d870a547cdcc5240b4ff0e