File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 3
3
4
4
**Incompatible changes **
5
5
6
- <<<<<<< HEAD
6
+
7
7
A number of incompatible changes were made in this release, with the intent of removing features deprecated for a long
8
8
time or change existing behaviors in order to make them less surprising/more useful.
9
- =======
10
- * Improve error message with fixture lookup errors: add an 'E' to the first
11
- line and '>' to the rest. Fixes `#717 `_. Thanks `@blueyed `_ for reporting and
12
- a PR, `@eolo999 `_ for the initial PR and `@tomviner `_ for his guidance during
13
- EuroPython2016 sprint.
14
- >>>>>>> master
15
9
16
10
* Reinterpretation mode has now been removed. Only plain and rewrite
17
11
mode are available, consequently the ``--assert=reinterp `` option is
@@ -294,7 +288,10 @@ time or change existing behaviors in order to make them less surprising/more use
294
288
and there are more modern and better alternatives (see `#830 `_).
295
289
Thanks `@nicoddemus `_ for the PR.
296
290
297
- *
291
+ * Improve error message with fixture lookup errors: add an 'E' to the first
292
+ line and '>' to the rest. Fixes `#717 `_. Thanks `@blueyed `_ for reporting and
293
+ a PR, `@eolo999 `_ for the initial PR and `@tomviner `_ for his guidance during
294
+ EuroPython2016 sprint.
298
295
299
296
*
300
297
You can’t perform that action at this time.
0 commit comments