Commit Graph

4 Commits

Author SHA1 Message Date
tushargite96 baa1b4f61f Stop configuring install_command in tox.
It turns out that this is the the default value provided by tox:

https://tox.readthedocs.io/en/latest/config.html#conf-install_command

So we can remove the line and simply use the default value.

Change-Id: Ib926ff41b794d9898dbf23a571fb2bca68a6e03f
2021-06-29 15:26:47 +05:30
Alex Kavanagh 9ee61fcfc6 Switch from testr to stestr for unit tests
Change-Id: I4bcbcae51e3f207396f10d5651e09dd1d94161fb
2021-02-10 10:24:56 +00:00
Camille Rodriguez 822ef695df Avoid pollution and false positives with tox.ini
- removing sitepackages in tox.ini to avoid test env pollution
- skip_missing_interpreters in tox.ini set to False to avoid false
positives by skipping missing interpreters.

- add missing zuul.yaml to configure check/gate tests.

Change-Id: I60a7b5163c311ba929e8b44d2ff022bb75423b3c
2019-08-29 16:42:56 +01:00
Liam Young 2351b3ad56 Add unit_tests and drive by assorted
* Add unit tests
* Fix path to repo in layers.yaml
* Ignore unit_tests etc in layers.yaml
* Make set_state calls consistently from conversation
* Setup travis (interim step until this interface is in OpenStack
  gerrit)
2019-01-15 15:36:46 +00:00