Skip to content

Commit d6caba9

Browse files
committed
Trigger CI rerun
1 parent c48ab35 commit d6caba9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

conformance/results/results.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -900,12 +900,12 @@ <h3>Python Type System Conformance Test Results</h3>
900900
<a class="test_group" href="https://typing.readthedocs.io/en/latest/spec/dataclasses.html">Dataclasses</a>
901901
</th></tr>
902902
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dataclasses_descriptors</th>
903-
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Assumes descriptor behavior only when field is assigned in class body.</p><p>Does not correctly evaluate type of descriptor access.</p></span></div></th>
903+
<th class="column col2 conformant"><div class="hover-text">Pass*<span class="tooltip-text" id="bottom"><p>Previously failed due to assumptions about non-data descriptor behavior in</p><p>dataclasses that were removed from the conformance test because the behavior</p><p>is currently under-specified.</p></span></div></th>
904904
<th class="column col2 conformant">Pass</th>
905905
<th class="column col2 conformant">Pass</th>
906-
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>* Assumes descriptor behavior only when field is assigned in class body</p><p>* Doesn't allow non-data descriptors or data descriptors with differing `__get__` and `__set__` types</p></span></div></th>
907-
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Conformance suite is questionable; see https://github.com/python/typing/issues/2259</p></span></div></th>
908-
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Only infers a descriptor `__get__` method as being called when a descriptor attribute is accessed on an instance if the descriptor attribute is present in the class namespace.</p></span></div></th>
906+
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>* Assumes descriptor behavior only when field is assigned in class body</p><p>* Doesn't allow non-data descriptors or data descriptors with differing `__get__` and `__set__` types</p><p>* Assertions related to under-specified non-data descriptor behavior were removed from the conformance test</p></span></div></th>
907+
<th class="column col2 conformant"><div class="hover-text">Pass*<span class="tooltip-text" id="bottom"><p>Previously failed due to assumptions about non-data descriptor behavior in</p><p>dataclasses that were removed from the conformance test because the behavior</p><p>is currently under-specified.</p></span></div></th>
908+
<th class="column col2 conformant"><div class="hover-text">Pass*<span class="tooltip-text" id="bottom"><p>Previously failed due to assumptions about non-data descriptor behavior in</p><p>dataclasses that were removed from the conformance test because the behavior</p><p>is currently under-specified.</p></span></div></th>
909909
</tr>
910910
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dataclasses_final</th>
911911
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Wrongly requires a Final dataclass field to be initialized at class level.</p><p>Doesn't support Final nested inside ClassVar.</p></span></div></th>

0 commit comments

Comments
 (0)