diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 04:28:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 04:28:44 +0000 |
commit | 96df440297577ca25a79b76182c5c95c893eaac7 (patch) | |
tree | 2ab7a127233be1c56e6fb6271a9afe8600cd365f | |
parent | Releasing progress-linux version 0.10~exp-0.0~progress7.99u1. (diff) | |
download | package-notes-96df440297577ca25a79b76182c5c95c893eaac7.tar.xz package-notes-96df440297577ca25a79b76182c5c95c893eaac7.zip |
Merging upstream version 0.11.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | .pytest_cache/CACHEDIR.TAG | 4 | ||||
-rw-r--r-- | .pytest_cache/README.md | 8 | ||||
-rw-r--r-- | .pytest_cache/v/cache/lastfailed | 1 | ||||
-rw-r--r-- | .pytest_cache/v/cache/nodeids | 3 | ||||
-rw-r--r-- | .pytest_cache/v/cache/stepwise | 1 | ||||
-rw-r--r-- | .vscode/settings.json | 6 | ||||
-rw-r--r-- | test/.pytest_cache/CACHEDIR.TAG | 4 | ||||
-rw-r--r-- | test/.pytest_cache/README.md | 8 | ||||
-rw-r--r-- | test/.pytest_cache/v/cache/lastfailed | 3 | ||||
-rw-r--r-- | test/.pytest_cache/v/cache/nodeids | 3 | ||||
-rw-r--r-- | test/.pytest_cache/v/cache/stepwise | 1 |
11 files changed, 0 insertions, 42 deletions
diff --git a/.pytest_cache/CACHEDIR.TAG b/.pytest_cache/CACHEDIR.TAG deleted file mode 100644 index fce15ad..0000000 --- a/.pytest_cache/CACHEDIR.TAG +++ /dev/null @@ -1,4 +0,0 @@ -Signature: 8a477f597d28d172789f06886806bc55 -# This file is a cache directory tag created by pytest. -# For information about cache directory tags, see: -# https://bford.info/cachedir/spec.html diff --git a/.pytest_cache/README.md b/.pytest_cache/README.md deleted file mode 100644 index b89018c..0000000 --- a/.pytest_cache/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# pytest cache directory # - -This directory contains data from the pytest's cache plugin, -which provides the `--lf` and `--ff` options, as well as the `cache` fixture. - -**Do not** commit this to version control. - -See [the docs](https://docs.pytest.org/en/stable/how-to/cache.html) for more information. diff --git a/.pytest_cache/v/cache/lastfailed b/.pytest_cache/v/cache/lastfailed deleted file mode 100644 index 9e26dfe..0000000 --- a/.pytest_cache/v/cache/lastfailed +++ /dev/null @@ -1 +0,0 @@ -{}
\ No newline at end of file diff --git a/.pytest_cache/v/cache/nodeids b/.pytest_cache/v/cache/nodeids deleted file mode 100644 index 5e6a081..0000000 --- a/.pytest_cache/v/cache/nodeids +++ /dev/null @@ -1,3 +0,0 @@ -[ - "test/test.py::test_notes" -]
\ No newline at end of file diff --git a/.pytest_cache/v/cache/stepwise b/.pytest_cache/v/cache/stepwise deleted file mode 100644 index 0637a08..0000000 --- a/.pytest_cache/v/cache/stepwise +++ /dev/null @@ -1 +0,0 @@ -[]
\ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index cd318de..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "files.associations": { - "random": "c", - "functional": "cpp" - } -}
\ No newline at end of file diff --git a/test/.pytest_cache/CACHEDIR.TAG b/test/.pytest_cache/CACHEDIR.TAG deleted file mode 100644 index fce15ad..0000000 --- a/test/.pytest_cache/CACHEDIR.TAG +++ /dev/null @@ -1,4 +0,0 @@ -Signature: 8a477f597d28d172789f06886806bc55 -# This file is a cache directory tag created by pytest. -# For information about cache directory tags, see: -# https://bford.info/cachedir/spec.html diff --git a/test/.pytest_cache/README.md b/test/.pytest_cache/README.md deleted file mode 100644 index b89018c..0000000 --- a/test/.pytest_cache/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# pytest cache directory # - -This directory contains data from the pytest's cache plugin, -which provides the `--lf` and `--ff` options, as well as the `cache` fixture. - -**Do not** commit this to version control. - -See [the docs](https://docs.pytest.org/en/stable/how-to/cache.html) for more information. diff --git a/test/.pytest_cache/v/cache/lastfailed b/test/.pytest_cache/v/cache/lastfailed deleted file mode 100644 index f974275..0000000 --- a/test/.pytest_cache/v/cache/lastfailed +++ /dev/null @@ -1,3 +0,0 @@ -{ - "test.py::test_notes": true -}
\ No newline at end of file diff --git a/test/.pytest_cache/v/cache/nodeids b/test/.pytest_cache/v/cache/nodeids deleted file mode 100644 index baac9f6..0000000 --- a/test/.pytest_cache/v/cache/nodeids +++ /dev/null @@ -1,3 +0,0 @@ -[ - "test.py::test_notes" -]
\ No newline at end of file diff --git a/test/.pytest_cache/v/cache/stepwise b/test/.pytest_cache/v/cache/stepwise deleted file mode 100644 index 0637a08..0000000 --- a/test/.pytest_cache/v/cache/stepwise +++ /dev/null @@ -1 +0,0 @@ -[]
\ No newline at end of file |