Skip to content

Commit 40e4bd5

Browse files
committed
merge fixes
1 parent dc90a3a commit 40e4bd5

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

scripts/populate_tox/README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ the main package (framework, library) to test with; any additional test
3535
dependencies, optionally gated behind specific conditions; and optionally
3636
the Python versions to test on.
3737

38-
<<<<<<< HEAD
39-
The format is:
40-
=======
4138
Constraints are defined using the format specified below. The following sections describe each key.
42-
>>>>>>> master
4339

4440
```
4541
integration_name: {
@@ -99,10 +95,7 @@ Python versions, you can say:
9995
...
10096
}
10197
```
102-
<<<<<<< HEAD
103-
=======
10498
This key is optional.
105-
>>>>>>> master
10699

107100
### `python`
108101

@@ -118,14 +111,9 @@ For example, if you want AIOHTTP tests to only run on Python 3.7+, you can say:
118111
}
119112
```
120113

121-
<<<<<<< HEAD
122-
Specifying `python` is discouraged as the script itself finds out which
123-
Python versions are supported by the package. However, if a package has broken
124-
=======
125114
The `python` key is optional, and when possible, it should be omitted. The script
126115
should automatically detect which Python versions the package supports.
127116
However, if a package has broken
128-
>>>>>>> master
129117
metadata or the SDK is explicitly not supporting some packages on specific
130118
Python versions (because of, for example, broken context vars), the `python`
131119
key can be used.
@@ -154,15 +142,9 @@ them all to `populate_tox.py` over time.
154142

155143
1. Remove the integration from the `IGNORE` list in `populate_tox.py`.
156144
2. Remove the hardcoded entries for the integration from the `envlist` and `deps` sections of `tox.jinja`.
157-
<<<<<<< HEAD
158-
2. Run `scripts/generate-test-files.sh`.
159-
3. Run the test suite, either locally or by creating a PR.
160-
4. Address any test failures that happen.
161-
=======
162145
3. Run `scripts/generate-test-files.sh`.
163146
4. Run the test suite, either locally or by creating a PR.
164147
5. Address any test failures that happen.
165-
>>>>>>> master
166148

167149
You might have to introduce additional version bounds on the dependencies of the
168150
package. Try to determine the source of the failure and address it.

0 commit comments

Comments
 (0)