Takashi Kajinami ab703ff1cb tox: Drop envdir
tox now always recreates an env although the env is shared using envdir
options.
~~~
$ tox -e genpolicy
genpolicy: recreate env because env type changed from
{'name': 'genconfig', 'type': 'VirtualEnvRunner'} to
{'name': 'genpolicy', 'type': 'VirtualEnvRunner'}
~~~

According to the maintainer of tox, this functionality is not intended
to be supported.
https://github.com/tox-dev/tox/issues/425#issuecomment-1011944293

Change-Id: Id7d7ebd5487fbd261433fa21bb86b8b3c2d6b9de
2025-02-11 13:34:57 +09:00
2020-07-02 15:01:33 +08:00
2020-03-31 13:13:12 +00:00
2019-04-19 19:47:52 +00:00
2018-07-10 11:22:34 +07:00
2019-05-06 15:15:23 +08:00
2015-11-10 06:28:39 -06:00
2017-08-04 11:13:23 +08:00
2020-04-07 13:49:46 +02:00
2015-11-10 06:28:39 -06:00
2025-02-11 13:34:57 +09:00

Team and repository tags

image

README

Watcher Specifications

This git repository is used to hold approved design specifications for additions to the Watcher project. Reviews of the specs are done in gerrit, using a similar workflow to how we review and merge changes to the code itself. For specific policies around specification review, refer to the end of this document.

The layout of this repository is:

specs/<release>/

Where there are two sub-directories:

specs/<release>/approved: specifications approved, but not yet implemented specs/<release>/implemented: implemented specifications

Description
Watcher Specifications
Readme 5.5 MiB
Languages
Python 100%